Skip to content

Commit 115592e

Browse files
committed
Cleanup in ".gitignore" file.
1 parent 57547ab commit 115592e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.gitignore

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
target
1+
*.log
2+
3+
# SBT specific
4+
target/
5+
6+
# Eclipse specific
7+
.classpath
8+
.project
9+
.settings/
10+
11+
# Scala-IDE specific
12+
.cache-main
13+
.cache-tests
14+
15+
# IntelliJ IDEA specific
216
.idea
317
*.iml
4-
.credentials
5-
credentials.sbt

0 commit comments

Comments
 (0)