Skip to content

Commit

Permalink
Added settings for anyone who uses VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
bursauxa committed Apr 1, 2021
1 parent 8932f4c commit 6c54816
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ project/target
.settings
bin
.bsp
.metals
**/.bloop
**/metals.sbt
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"files.exclude": {
".metals": true,
"project/project": true,
"**/.bloop": true,
"**/target": true,
"**/metals.sbt": true
},
"files.watcherExclude": {
"**/target": true
}
}

0 comments on commit 6c54816

Please sign in to comment.