From 8dafbec557c3bc27bc2674ab20cf05c0530c0f13 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 00:35:17 +0500 Subject: [PATCH] [SBT] Add some excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here. --- Global/SBT.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 970d897c..5ed6acb6 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -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/