feat: Add staging environment setup guide and configuration files; update .gitignore
All checks were successful
Run Tests / test (push) Successful in 1m49s

This commit is contained in:
2025-10-25 18:01:46 +02:00
parent f3ce095b71
commit e74ec79cc9
7 changed files with 181 additions and 21 deletions

3
.gitignore vendored
View File

@@ -16,6 +16,9 @@ env/
# environment variables
.env
*.env
# except example files
!config/*.env.example
# github instruction files
.github/instructions/