Sfoglia il codice sorgente

[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 anni fa
parent
commit
8dafbec557
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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/