Skip to content

Commit 68e7079

Browse files
committed
added standard .gitignore for Scala projects
1 parent 218d13c commit 68e7079

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.class
2+
*.log
3+
4+
# sbt specific
5+
.cache
6+
.cache-main
7+
.cache-tests
8+
.history
9+
.lib/
10+
dist/*
11+
target/
12+
lib_managed/
13+
src_managed/
14+
project/boot/
15+
project/plugins/project/
16+
17+
# Ignore Eclipse files
18+
.project
19+
.classpath
20+
.prefs
21+
.settings
22+
23+
# Scala-IDE specific
24+
.scala_dependencies
25+
.worksheet
26+
/bin/

0 commit comments

Comments
 (0)