feat: update .gitignore to ignore .env files
Update the .gitignore file to also ignore all .env files. This ensures that sensitive environment-specific variables are not exposed or accidentally committed to the repository, contributing to enhanced security.
This commit is contained in:
parent
216d2be4f8
commit
62e92f50ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/dist/
|
||||
.backup.zip
|
||||
.temp
|
||||
.env
|
Loading…
x
Reference in New Issue
Block a user