fix: Update environment variable examples in .env files for clarity and completeness

This commit is contained in:
M1ngdaXie
2026-01-12 17:45:15 -08:00
parent a1f2102c90
commit e363b99966
3 changed files with 30 additions and 4 deletions

8
.gitignore vendored
View File

@@ -1,7 +1,11 @@
# Environment variables
.env
# Environment variables (local overrides only)
# .env files are committed (contain production URLs, not secrets)
# .env.local files are git-ignored (contain local overrides)
.env.local
.env.*.local
backend/.env.local
frontend/.env.local
.env
# AI assistant instructions (keep private)
CLAUDE.md