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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -44,3 +44,5 @@ git_key*
|
||||
git_log
|
||||
|
||||
.env
|
||||
|
||||
tmp/
|
||||
Reference in New Issue
Block a user