1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00
gitignore/Scala.gitignore
leandrodeleite fbdea1ab36 Ignore .cache files
Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
2014-10-15 12:59:30 -03:00

19 lines
194 B
Plaintext

*.class
*.log
# sbt specific
.cache
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet