mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-28 07:07:42 +01:00
Ignore .cache files
Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
*.log
|
||||
|
||||
# sbt specific
|
||||
.cache
|
||||
.cache/
|
||||
.history/
|
||||
.lib/
|
||||
|
||||
Reference in New Issue
Block a user