437193990b
Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories.
18 lines
186 B
Plaintext
18 lines
186 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
|
|
.worksheet
|