Skip to content

Commit 3d7377f

Browse files
authored
Merge pull request #390 from ekrich/topic/gitignore
Add a few tools to gitignore
2 parents 89b2c44 + b94237a commit 3d7377f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ target/
1515
/.cache-tests
1616
admin/.coursier
1717
admin/.scalafmt*
18+
19+
# metals
20+
/.bloop/
21+
/.metals/
22+
/project/**/metals.sbt
23+
24+
# sbt - Build Server Protocol
25+
/.bsp/
26+
27+
# vscode
28+
/.vscode/

0 commit comments

Comments
 (0)