From 19915c474e504dceff091937da9bf80857447d07 Mon Sep 17 00:00:00 2001 From: Justin Walrath Date: Sun, 11 May 2025 15:32:20 -0400 Subject: [PATCH] remove the db.json file and updated the gitignore. --- .gitignore | 1 + db.json | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 db.json diff --git a/.gitignore b/.gitignore index d74f87b..77398b6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ # production /build /public/uploads/ +db.json # misc .DS_Store diff --git a/db.json b/db.json deleted file mode 100644 index fac81e5..0000000 --- a/db.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "streams": [ - { - "id": "f60236c3-81dd-47ba-b0ae-afd9229ac6f2", - "title": "Audio Books", - "description": "Personal repo of audio books", - "author": "anonymous", - "language": "en", - "categories": [ - "audiobooks" - ] - } - ], - "podcasts": [ - { - "podcastId": "0be8bd5f-4a42-4a2f-9540-3a63595855fe", - "streamId": "f60236c3-81dd-47ba-b0ae-afd9229ac6f2", - "title": "House of the Spirits", - "description": "The House of the Spirits\" is Isabel Allende's debut novel, first published in 1982. It's a multi-generational family saga that blends magical realism with political history, following the Trueba family through decades of love, power, and political upheaval in an unnamed Latin American country (heavily based on Chile).", - "uploadDate": "1746935468253", - "author": "Isabel Allende", - "imageUrl": "1006e3b7-f5db-49db-bdd6-4e3967abadc2.jpg", - "url": "21f0ca38-4a3b-486b-919d-4b6c78b189c0.m4a" - } - ] -} \ No newline at end of file