From be5439df7d0d5f31b3cd093c6f6f0326fc3f629e Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 19 Jan 2024 19:10:33 +0100 Subject: [PATCH] Add compiled binaries to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 613b2fd..60fcc8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea Utils/moodle-scraper/.env Utils/moodle-scraper/chromedriver.exe -acl.json \ No newline at end of file +acl.json +Bot/bin \ No newline at end of file