Skip to content

Commit

Permalink
Exclude files in target
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki authored Jun 19, 2017
1 parent 1f4fb2b commit 1fdb0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode-template/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"search.exclude": {
"**/*.class": true,
"**/*.hasTasty": true,
"**/target/**": true,
"scala2-library/{doc,docs,lib,META-INF,scripts,spec,test,tools}/*": true, // only allow scala-backend/src
"scala2-library/src/[abcefimprs]*": true, // only allow scala-backend/src/library
"scala-backend/{doc,docs,lib,META-INF,scripts,spec,test,tools}/*": true, // only allow scala-backend/src
Expand Down

0 comments on commit 1fdb0e6

Please sign in to comment.