From d05f937fdafe123ed1ed507b169a7aed54bf31ae Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 17 Mar 2023 14:31:32 +0100 Subject: [PATCH] config: drop defaults.json and use config.json instead --- .gitignore | 1 - config/{defaults.json => config.json} | 0 2 files changed, 1 deletion(-) delete mode 100644 .gitignore rename config/{defaults.json => config.json} (100%) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b350b85..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config/config.json \ No newline at end of file diff --git a/config/defaults.json b/config/config.json similarity index 100% rename from config/defaults.json rename to config/config.json