Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Created June 21, 2025 06:14
Show Gist options
  • Save tgrecojs/d1a557c8d26c767c78dce861a88e60b4 to your computer and use it in GitHub Desktop.
Save tgrecojs/d1a557c8d26c767c78dce861a88e60b4 to your computer and use it in GitHub Desktop.
# Prevent's vscode from adding .vscode/settings.json to project
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