chore: update .gitignore to include .env.example and enhance deployment documentation with Caddy reverse proxy setup

This commit is contained in:
Hördle Bot
2025-12-01 15:19:19 +01:00
parent 68c074e9da
commit b120e5df45
7 changed files with 596 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