From ddefa4fddc3b34dbea2feed34aa0446610824e17 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 24 Mar 2022 10:48:32 +0100 Subject: [PATCH] renamed 'config.json' to 'example_config.json' and added it to '.gitignore' --- .gitignore | 1 + config.json => example_config.json | 0 2 files changed, 1 insertion(+) rename config.json => example_config.json (100%) diff --git a/.gitignore b/.gitignore index 1ca9571..468b525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +config.json node_modules/ npm-debug.log diff --git a/config.json b/example_config.json similarity index 100% rename from config.json rename to example_config.json