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:
Mathis H (Avnyr) 2024-07-09 13:43:44 +02:00
parent 216d2be4f8
commit 62e92f50ea
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/dist/
.backup.zip
.temp
.env