1
0
mirror of https://github.com/github/gitignore synced 2024-12-24 22:00:16 +01:00

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
This commit is contained in:
leandrodeleite 2014-10-15 12:59:30 -03:00
parent ca4a3db967
commit fbdea1ab36

View File

@ -2,6 +2,7 @@
*.log *.log
# sbt specific # sbt specific
.cache
.cache/ .cache/
.history/ .history/
.lib/ .lib/