Commit fbdea1ab authored by leandrodeleite's avatar leandrodeleite

Ignore .cache files

Added to match .cache files generated by sbt.
Current .cache/ pattern matches only directories.
parent ca4a3db9
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
*.log *.log
# sbt specific # sbt specific
.cache
.cache/ .cache/
.history/ .history/
.lib/ .lib/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment