1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00
gitignore/Global/SBT.gitignore
sherzod 8dafbec557 [SBT] Add some excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
2017-02-17 01:08:00 +05:00

13 lines
224 B
Plaintext

# 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/