From 74736b098e1654491596b8c44bb8a789289abee5 Mon Sep 17 00:00:00 2001 From: danbulant Date: Tue, 1 Sep 2020 13:05:48 +0200 Subject: [PATCH] Remove config --- .gitignore | 3 ++- config.json | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 config.json diff --git a/.gitignore b/.gitignore index 25c8fdb..20de4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index eacabc4..0000000 --- a/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "token": "NzQ5MTc3MzEzNjE4NTU4OTk3.X0oLvg.ux4hH4E43YCj0xy3xAAJ6QkEQmQ" -} \ No newline at end of file