Remove .env.* files from tracking and update .gitignore

This commit is contained in:
Frank
2026-01-09 12:13:31 +01:00
parent ffd20f5535
commit 66cb356955
4 changed files with 3 additions and 16 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
/.env.local
/.env.local.php
/.env.*.local
/.env.dev
/.env.prod
/.env.test
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/