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 437193990b

View File

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