From cb3629349141d77fbde4e385eef7698b3d6ce3ce Mon Sep 17 00:00:00 2001 From: Gregory Martin Date: Tue, 25 Oct 2022 12:42:24 +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