diff options
Diffstat (limited to 'conf/gitignore/SBT')
-rw-r--r-- | conf/gitignore/SBT | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/gitignore/SBT b/conf/gitignore/SBT new file mode 100644 index 0000000000..970d897c75 --- /dev/null +++ b/conf/gitignore/SBT @@ -0,0 +1,9 @@ +# Simple Build Tool +# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control + +target/ +lib_managed/ +src_managed/ +project/boot/ +.history +.cache |