From 39231006dc4d80d977f89527c32cef410f99e182 Mon Sep 17 00:00:00 2001 From: Rafael Lopes Date: Wed, 19 Nov 2025 16:30:50 -0300 Subject: [PATCH] =?UTF-8?q?CHORE:=20Dire=C3=B3rio=20de=20Logs=20adicionado?= =?UTF-8?q?=20ao=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c23f7bd..1661cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules/ -logs/*.log +logs/ config/*.json .DS_Store *.tmp