added .env bootstrap and fallback

This commit is contained in:
Fimeg
2025-10-31 06:54:34 -04:00
parent a3e3ac33a7
commit 44bb05ca5d
5 changed files with 31 additions and 0 deletions

3
.gitignore vendored
View File

@@ -119,6 +119,9 @@ web_modules/
# Yarn Integrity file
.yarn-integrity
# Bootstrap template (but not the actual .env files)
!config/.env.bootstrap.example
# dotenv environment variable files
.env
.env.development.local