Update VS Code exclusions to include docs and others

The docs folder was the biggest thing impacting my ability to search.
This commit is contained in:
James Skemp 2020-07-28 22:23:27 -05:00
parent 8f8de88b16
commit 608e0b186c
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
{
"files.exclude": {
"**/.git": true,
"**/dist": true,
"**/docs": true,
"**/node_modules": true,
"**/.DS_Store": true
},
"files.trimTrailingWhitespace": true,
"eslint.validate": ["typescript"],
"vetur.validation.script": false,