1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02: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
# sbt specific
.cache
.cache/
.history/
.lib/