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