mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02: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
437193990b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
*.log
|
||||
|
||||
# sbt specific
|
||||
.cache/
|
||||
.cache
|
||||
.history/
|
||||
.lib/
|
||||
dist/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue