Browse Source

[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 năm trước cách đây
mục cha
commit
8dafbec557
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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/