Skip to content

Instantly share code, notes, and snippets.

@aceraven777
Created April 25, 2019 02:08
Show Gist options
  • Save aceraven777/e54a8984ef3d30644532c99a2ac34da2 to your computer and use it in GitHub Desktop.
Save aceraven777/e54a8984ef3d30644532c99a2ac34da2 to your computer and use it in GitHub Desktop.
{
"search.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
},
"files.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment