From 9696c6ff6b6da09db818f6d860e45688fb13fa68 Mon Sep 17 00:00:00 2001 From: keven Date: Wed, 17 Sep 2025 12:31:24 -0300 Subject: [PATCH] =?UTF-8?q?fix(Gitignore):=20remove=20arquivos=20tempor?= =?UTF-8?q?=C3=A1rios=20do=20versionamento?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 070e4e6..05291f8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,6 @@ venv/ .env .env.* -# Ignora configuração de acesso ao banco de dados Firebird -config/database/firebird.json - # Bytecode compilado __pycache__/ *.py[cod] @@ -42,6 +39,8 @@ pip-wheel-metadata/ # Arquivo s de conexão config/database/firebird.json +storage/temp +storage/temp.json # Ignorar arquivos storage storage/ \ No newline at end of file