mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
fbdea1ab36
Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories.
19 lines
194 B
Plaintext
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
|