Skip to content

Instantly share code, notes, and snippets.

@phillipchan1
Created August 19, 2018 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipchan1/e02ecd64e9f5a943d55d1af0608a27b0 to your computer and use it in GitHub Desktop.
Save phillipchan1/e02ecd64e9f5a943d55d1af0608a27b0 to your computer and use it in GitHub Desktop.
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/web/node_modules": true,
"**/web/build": true, // will change frequently by build command
"**/admin/node_modules": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment