[SBT] Add some excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here.
This commit is contained in:
Родитель
dce5039def
Коммит
8dafbec557
|
@ -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/
|
||||
|
|
Загрузка…
Ссылка в новой задаче