mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Ignore .cache files
Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories.
This commit is contained in:
parent
ca4a3db967
commit
fbdea1ab36
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
*.log
|
||||
|
||||
# sbt specific
|
||||
.cache
|
||||
.cache/
|
||||
.history/
|
||||
.lib/
|
||||
|
|
Loading…
Add table
Reference in a new issue