From 58f8cb9720764e47c3ee2b995518fb031579f085 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 24 Sep 2025 10:33:18 -0300 Subject: [PATCH] SIENTIAPDE-1222 Update .gitignore to include 'tmp/' directory and ensure '.env' is listed - Added 'tmp/' to the .gitignore file to prevent temporary files from being tracked. - Confirmed that '.env' is included to avoid committing sensitive environment variables. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b14c9ac..cfaf446 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ git_key* git_log -.env \ No newline at end of file +.env + +tmp/ \ No newline at end of file