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