From d21e9ef018c532b06f8112197b76bb91110a434c Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 24 Mar 2022 10:54:43 +0100 Subject: [PATCH] renamed 'config.json' to 'example_config.json' and updated '.gitignore' --- .gitignore | 3 ++- config.json => config_example.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename config.json => config_example.json (100%) diff --git a/.gitignore b/.gitignore index 167ab9f..468b525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +config.json node_modules/ -yarn.lock \ No newline at end of file +npm-debug.log diff --git a/config.json b/config_example.json similarity index 100% rename from config.json rename to config_example.json