Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Last active September 14, 2018 05:48
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 pkbullock/cd9113bf0064dbb4af6f4b5f36d3f7e6 to your computer and use it in GitHub Desktop.
Save pkbullock/cd9113bf0064dbb4af6f4b5f36d3f7e6 to your computer and use it in GitHub Desktop.
spfx-cuttheclutter-usersettings.json
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
//Exclude these spfx locations
"**/.vscode": true,
"**/node_modules": true,
"**/config/serve.json":true,
"**/config/tslint.json":true,
"**/lib": true,
"**/temp": true,
"**/.editorconfig":true,
"**/.yo-rc.json":true,
"**/tsconfig.json":true,
"**/yarn.lock":true,
//Optional exclusions
"**/gulpfile.js": true,
"**/package.json": true,
"**/.gitignore": true
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment