Skip to content

Commit 89be31c

Browse files
authored
Fix gitignore for Metals via VS Code usage. (#266)
1 parent 24c7830 commit 89be31c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@ target
1111
.bsp
1212
*.code-workspace
1313
.bloop
14-
.metals
1514
dumps
15+
16+
# Metals
17+
.bloop
18+
.metals
19+
metals.sbt
20+
project/project
21+
22+
# VS Code
23+
.vscode

0 commit comments

Comments
 (0)