Skip to content

Commit c1e6fab

Browse files
committed
Added .gitignore lines for metals, vscode and bloop.
1 parent fc36145 commit c1e6fab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
# sbt
12
target/
23
lib_managed/
34
src_managed/
45
project/boot/
6+
7+
# Metals
8+
/.metals/
9+
**/project/metals.sbt
10+
11+
# VS Code
12+
/.vscode/
13+
14+
# Bloop
15+
.bloop/
16+
17+
# IntelliJ
518
.idea/
619
.idea_modules/

0 commit comments

Comments
 (0)