diff options
Diffstat (limited to 'options/gitignore/SBT')
-rw-r--r-- | options/gitignore/SBT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/gitignore/SBT b/options/gitignore/SBT index 970d897c75..5ed6acb657 100644 --- a/options/gitignore/SBT +++ b/options/gitignore/SBT @@ -1,9 +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/ |