From c5f8ea70cc2dc87217fe8169587ef10d134e1a46 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 14:16:50 -0300 Subject: [PATCH] chore: update gitignore to exclude installers and temp files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 23339eb7f..8defeab42 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ botserver-stack *-log* docs/book *.rdb -botserver-installers/* -!botserver-installers/.gitkeep +botserver-installers +.git-rewrite \ No newline at end of file