From a904fd8efdda2bb4e4f269d773e8a4ff2b7501bd Mon Sep 17 00:00:00 2001 From: Minz Date: Mon, 18 Mar 2024 16:09:33 +0100 Subject: [PATCH] Add bot.log to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 79ce7fb..2947fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ config.json -old/ \ No newline at end of file +old/ +bot.log