From 42d97ef2d7a61fecc2ad8a37bf80ed6408e56005 Mon Sep 17 00:00:00 2001 From: Alexander Betke Date: Sun, 24 Nov 2024 20:50:16 +0100 Subject: [PATCH] keep a dummy config file to be able to create the docker volume --- .dockerignore | 1 - .gitignore | 3 +-- config.json | 0 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 config.json diff --git a/.dockerignore b/.dockerignore index 4d9db6b..2e85259 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,6 @@ assets .github modules/.cache/* modules/public/plex_covers/*.jpg -config.json defaultConfig.json LICENSE README.md diff --git a/.gitignore b/.gitignore index fda94eb..512716f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules .vscode modules/.cache -modules/public/plex_covers/*.jpg -config.json \ No newline at end of file +modules/public/plex_covers/*.jpg \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..e69de29