commit
c9902a11bc
@ -0,0 +1,21 @@ |
|||||||
|
# ---> SBT |
||||||
|
# Simple Build Tool |
||||||
|
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control |
||||||
|
|
||||||
|
dist/* |
||||||
|
target/ |
||||||
|
lib_managed/ |
||||||
|
src_managed/ |
||||||
|
project/boot/ |
||||||
|
project/plugins/project/ |
||||||
|
.history |
||||||
|
.cache |
||||||
|
.lib/ |
||||||
|
|
||||||
|
# ---> Scala |
||||||
|
*.class |
||||||
|
*.log |
||||||
|
|
||||||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
||||||
|
hs_err_pid* |
||||||
|
|
||||||
Loading…
Reference in new issue