summaryrefslogtreecommitdiffstats
path: root/options/gitignore/SBT
diff options
context:
space:
mode:
Diffstat (limited to 'options/gitignore/SBT')
-rw-r--r--options/gitignore/SBT12
1 files changed, 12 insertions, 0 deletions
diff --git a/options/gitignore/SBT b/options/gitignore/SBT
new file mode 100644
index 0000000..5ed6acb
--- /dev/null
+++ b/options/gitignore/SBT
@@ -0,0 +1,12 @@
+# 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/