Skip to content

Commit d9e6079

Browse files
Merge pull request #8889 from kpbochenek/update-gitignore-vscode-metals
Update gitignore for VS Code - Metals
2 parents 9c571d7 + f0bece6 commit d9e6079

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ local.sbt
2424
# npm
2525
node_modules
2626

27-
# VS Code
27+
# VS Code
2828
.vscode/
29+
# Metals
30+
.bloop/
2931
.metals/
32+
project/metals.sbt
3033

3134
# Scala-IDE specific
3235
.scala_dependencies

0 commit comments

Comments
 (0)