Skip to content

Instantly share code, notes, and snippets.

@dderevjanik
Created January 17, 2019 09:49
Show Gist options
  • Select an option

  • Save dderevjanik/ff63f94f7eb87ef93b4bffa42089237d to your computer and use it in GitHub Desktop.

Select an option

Save dderevjanik/ff63f94f7eb87ef93b4bffa42089237d to your computer and use it in GitHub Desktop.
.vscode
{
"typescript.tsdk": "client/node_modules/typescript/lib",
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/build": true,
"**/client/maps": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/client/demo": true,
"**/node_modules/**": true,
"**/dist": true,
"**/build": true,
"**/server/demo": true,
"**/client/maps": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment