feat(env): add example env file and update .gitignore to include it
Some checks failed
container-scan / Container Scan (pull_request) Successful in 1m46s
docker-build / docker (pull_request) Failing after 4m32s

This commit is contained in:
Maximilian Liebmann 2025-05-09 23:12:17 +02:00
parent 84066b33f1
commit c13286b05d
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View file

@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel