Skip to content

Commit

Permalink
Merge pull request #772 from mjbvz/add-search-exclude-for-vscode
Browse files Browse the repository at this point in the history
Add search.exclude setting for vscode workspace
  • Loading branch information
parisk authored Jul 11, 2017
2 parents 8fab079 + 4df8d3a commit 86c5aa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/build": true,
"**/lib": true
}
}

0 comments on commit 86c5aa0

Please sign in to comment.