mirror of
https://github.com/github/gitignore
synced 2024-11-11 14:28:51 +01:00
2636793079
sbt now creates .cache and .history
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
*.class
|
|
*.log
|
|
|
|
# sbt specific
|
|
.cache/
|
|
.history/
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|