瀏覽代碼

[SBT] Add some excludes kept in Scala.gitignore .

Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
sherzod 8 年之前
父節點
當前提交
8dafbec557
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Global/SBT.gitignore

+ 3 - 0
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/