From 2a300a2bb6c26d84417704fc897632db15c0a51b Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Fri, 15 Oct 2021 17:51:21 -0700 Subject: [PATCH] update .gitignore --- .gitignore | 6 ++++-- dev-config.json | 7 ------- 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 dev-config.json diff --git a/.gitignore b/.gitignore index ad0f98c..38d1c79 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ node_modules/* # test file test.js -# Dev version +# Dev Launch dev.js -dev-config.json + +# Dev config +dev_config.json \ No newline at end of file diff --git a/dev-config.json b/dev-config.json deleted file mode 100644 index cd49b7f..0000000 --- a/dev-config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "defaultPrefix": "?", - "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", - "version": "Alpha 1.7.1", - "socket": "http://localhost:8080", - "dbo": "heroku_8pc4g86l" -}