add vscode exclude files
This commit is contained in:
@@ -16,5 +16,20 @@
|
|||||||
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
|
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
|
||||||
"npm.enableScriptExplorer": true,
|
"npm.enableScriptExplorer": true,
|
||||||
"editor.snippetSuggestions": "top",
|
"editor.snippetSuggestions": "top",
|
||||||
"search.quickOpen.includeHistory": false
|
"search.quickOpen.includeHistory": false,
|
||||||
|
"files.exclude": {
|
||||||
|
"**/build/": true,
|
||||||
|
"**/node_modules/": true,
|
||||||
|
"**/.git/": true
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"**/build/": true,
|
||||||
|
"**/node_modules/": true,
|
||||||
|
"**/.git/": true
|
||||||
|
},
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/build/": true,
|
||||||
|
"**/node_modules/": true,
|
||||||
|
"**/.git/": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user