Skip to content

Commit

Permalink
Remove more irrelevant paths from searches
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 25, 2017
1 parent 803c3f8 commit 69faf5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions uppy.code-workspace
Expand Up @@ -8,11 +8,17 @@
"files.exclude": {
"website/public/": true,
"node_modules/": true,
"website/node_modules/": true,
"dist/": true,
"lib/": true,
"assets/": true,
"package-lock.json": true,
"website/package-lock.json": true,
"yarn-error.log": true,
"website/.deploy_git": true,
"npm-debug.log": true,
"website/npm-debug.log": true,
"website/debug.log": true,
"nohup.out": true,
"yarn.lock": true
}
Expand Down

0 comments on commit 69faf5f

Please sign in to comment.