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 e0720eebf1
commit 58f8cb9720

4
.gitignore vendored
View File

@@ -43,4 +43,6 @@ git_key*
git_log
.env
.env
tmp/