diff --git a/.gitignore b/.gitignore index fb374c3..48cd5ad 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,4 @@ dist .pnp.* cache -cache.json \ No newline at end of file +/cache.json \ No newline at end of file diff --git a/defaults/cache.json b/defaults/cache.json new file mode 100644 index 0000000..547688c --- /dev/null +++ b/defaults/cache.json @@ -0,0 +1,8 @@ +{ + "imgs": { + + }, + "songs": { + + } +} \ No newline at end of file