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.
This commit is contained in:
vitor-aignosi
2025-09-24 10:33:18 -03:00
parent 8b2218e56a
commit 24ca22b752

2
.gitignore vendored
View File

@@ -44,3 +44,5 @@ git_key*
git_log
.env
tmp/