From 5bbf4a580680a8ae205bf3289b7df0eb8b562dd3 Mon Sep 17 00:00:00 2001 From: Brazman Date: Fri, 16 Sep 2022 14:35:10 -0500 Subject: [PATCH] gitignore update --- .gitignore | 2 +- SuperMachoBot/Config/config.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 SuperMachoBot/Config/config.json diff --git a/.gitignore b/.gitignore index 1c35d92..8e9cde5 100644 --- a/.gitignore +++ b/.gitignore @@ -350,4 +350,4 @@ MigrationBackup/ .ionide/ # Discord server config -Config/ \ No newline at end of file +**/Config/config.json \ No newline at end of file diff --git a/SuperMachoBot/Config/config.json b/SuperMachoBot/Config/config.json deleted file mode 100644 index 887b6b9..0000000 --- a/SuperMachoBot/Config/config.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "token": "", - "OwnerID": 0 - } -] \ No newline at end of file