Skip to content

Commit 1a49a1c

Browse files
Add gitignore
1 parent 51f9d72 commit 1a49a1c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.bloop/
2+
.bsp/
3+
/bsp.sbt
4+
.classpath
5+
.direnv/
6+
.git/
7+
.idea/
8+
*.iml
9+
.metals/
10+
metals.sbt
11+
out/
12+
/outfile.json
13+
.project
14+
/result
15+
.scala-build/
16+
.settings/
17+
target/

0 commit comments

Comments
 (0)