mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-26 16:17:25 +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,7 +2,7 @@
|
||||
*.log
|
||||
|
||||
# sbt specific
|
||||
.cache/
|
||||
.cache
|
||||
.history/
|
||||
.lib/
|
||||
dist/*
|
||||
|
||||
Reference in New Issue
Block a user