Created
June 21, 2025 06:14
-
-
Save tgrecojs/1d1fda5a8305b65958562b98331db14c to your computer and use it in GitHub Desktop.
# Prevent's vscode from adding .vscode/settings.json to project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo ".vscode/settings.json" > ~/.gitignore_global && git config --global core.excludesfile ~/.gitignore_global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment