From 48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Mon, 20 Feb 2023 01:17:46 -0800 Subject: ignore config.ini in .gitignore --- .gitignore | 1 + config.ini | 12 ------------ config.ini.example | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 config.ini create mode 100644 config.ini.example diff --git a/.gitignore b/.gitignore index 68bc17f..0671e2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +config.ini # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/config.ini b/config.ini deleted file mode 100644 index 8b4f7bf..0000000 --- a/config.ini +++ /dev/null @@ -1,12 +0,0 @@ -; [DEFAULT] -; ServerAliveInterval = 45 -; Compression = yes -; CompressionLevel = 9 -; ForwardX11 = yes - -; [forge.example] -; User = hg - -; [topsecret.server.example] -; Port = 50022 -; ForwardX11 = no diff --git a/config.ini.example b/config.ini.example new file mode 100644 index 0000000..f803e56 --- /dev/null +++ b/config.ini.example @@ -0,0 +1,15 @@ +[DEFAULT] +BOT_TOKEN="" + +; [DEFAULT] +; ServerAliveInterval = 45 +; Compression = yes +; CompressionLevel = 9 +; ForwardX11 = yes + +; [forge.example] +; User = hg + +; [topsecret.server.example] +; Port = 50022 +; ForwardX11 = no -- cgit v1.2.3