From 8989c4b4d962a9285fb44e50d6f8cca04ad69cd3 Mon Sep 17 00:00:00 2001 From: Rafael Lopes Date: Wed, 27 May 2026 17:02:05 -0300 Subject: [PATCH] CHORE: Atualizado gitignore do backend --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 879f98c..779cc72 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ whatsapp-sessions/* whatsapp-chats-persist.json all-chats-dump.json test-api-out.json -*.log \ No newline at end of file +*.log +backend-*.log