From fc8ee857ecd8739962eac18340a5af54914129ff Mon Sep 17 00:00:00 2001 From: Core447 Date: Wed, 27 Mar 2024 10:24:10 +0100 Subject: [PATCH] Add settings.json to gitignore --- .gitignore | 2 ++ settings.json | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 settings.json diff --git a/.gitignore b/.gitignore index 68bc17f..42f5ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +settings.json \ No newline at end of file diff --git a/settings.json b/settings.json deleted file mode 100644 index 110b765..0000000 --- a/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ip": "localhost", - "port": 4455, - "password": "Gsn7JSlcFL3LXWAe" -} \ No newline at end of file