Skip to content

Commit

Permalink
Merge pull request #8224 from desktop/vscode-ignore-fixtures
Browse files Browse the repository at this point in the history
Omit `app/test/fixtures` results from VS Code project search
  • Loading branch information
kuychaco committed Sep 10, 2019
2 parents f0ebcb1 + 4f0cfd2 commit 46a9980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"search.exclude": {
"**/node_modules": true,
".awcache": true,
"**/dist": true,
"**/node_modules": true,
"**/out": true,
".awcache": true
"app/test/fixtures": true
},
"files.exclude": {
"**/.git": true,
Expand Down

0 comments on commit 46a9980

Please sign in to comment.