Last active
September 14, 2018 05:48
-
-
Save pkbullock/cd9113bf0064dbb4af6f4b5f36d3f7e6 to your computer and use it in GitHub Desktop.
spfx-cuttheclutter-usersettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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