Skip to content

Instantly share code, notes, and snippets.

@rascode
Created December 12, 2017 03:08
Show Gist options
  • Save rascode/4e802d08f6df34d3d7e50f2e5c7b7b87 to your computer and use it in GitHub Desktop.
Save rascode/4e802d08f6df34d3d7e50f2e5c7b7b87 to your computer and use it in GitHub Desktop.
VS Code Workspace Settings Overrides
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
".vscode": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment