Skip to content

Commit 520f745

Browse files
committed
Use better .gitignore file
1 parent 8a34990 commit 520f745

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.gitignore

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
target
2-
/report
1+
### SBT template
2+
# Simple Build Tool
3+
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
4+
5+
dist/*
6+
target/
7+
lib_managed/
8+
src_managed/
9+
project/boot/
10+
project/plugins/project/
11+
.history
12+
.cache
13+
.lib/
14+
15+
### Scala template
16+
*.class
17+
*.log
18+
19+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
20+
hs_err_pid*

0 commit comments

Comments
 (0)