From ea9d2aa5f68b7cdebee9c8864954c9eecc068296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abiga=C3=ABlle=20Martin?= Date: Fri, 12 Sep 2025 10:10:03 +0200 Subject: [PATCH] Misc: Updated gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bd5eca7..7d39cc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Ignore the script to launch the bot. launch.sh +# Ignore the config file with the token in it. +configuration.json + # Ignore logs marxbot.log