Skip to content

Commit 291cac5

Browse files
authored
Merge pull request #2287 from sherzodv/sbt-scala
[SBT] Add some excludes kept in Scala.gitignore .
2 parents dce5039 + 8dafbec commit 291cac5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Global/SBT.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Simple Build Tool
22
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
33

4+
dist/*
45
target/
56
lib_managed/
67
src_managed/
78
project/boot/
9+
project/plugins/project/
810
.history
911
.cache
12+
.lib/

0 commit comments

Comments
 (0)