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