chore: track .env.example, unignore from .gitignore

This commit is contained in:
2026-03-09 22:48:25 +01:00
parent c97b8179af
commit b35cd84bf3
2 changed files with 57 additions and 0 deletions

1
.gitignore vendored
View File

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