From 1f6b57c1b9244ba1bc967d999c912fcdbef23ea0 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 8 Jun 2024 17:00:17 -0500 Subject: [PATCH] Fix gitignore --- .gitignore | 2 +- defaults/cache.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 defaults/cache.json 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