gitignore/Scala.gitignore
leandrodeleite 437193990b Ignore .cache files
Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
2014-10-16 19:27:31 -03:00

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