Fix gitignore
This commit is contained in:
parent
9ae8ebfe98
commit
1f6b57c1b9
2 changed files with 9 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -131,4 +131,4 @@ dist
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
cache
|
cache
|
||||||
cache.json
|
/cache.json
|
8
defaults/cache.json
Normal file
8
defaults/cache.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"imgs": {
|
||||||
|
|
||||||
|
},
|
||||||
|
"songs": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue