Ignore frontend folder so it only shows in VS Code once

This commit is contained in:
zikaeroh 2020-05-26 19:57:28 -07:00
parent 35ee38b0b7
commit e5845b9a57
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@
"source.fixAll.eslint": true "source.fixAll.eslint": true
}, },
"files.exclude": { "files.exclude": {
"**/node_modules": true "**/node_modules": true,
"frontend": true
}, },
"typescript.tsdk": "frontend/node_modules/typescript/lib" "typescript.tsdk": "frontend/node_modules/typescript/lib"
} }