From 5e9ec866a11ae5ec6209f0441f41b82fae650823 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 24 Oct 2025 13:49:01 -0300 Subject: [PATCH] Update .gitignore to include logfile patterns --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bff003a..55938a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ -target +target* .env *.env work *.out bin botserver-stack +*logfile* +*-log* \ No newline at end of file