chore: ignore local secrets and rollback backups

Add .env.* (e.g. .env.nanoclaude) and *.bak-*/*.pre-* patterns to
prevent accidental commits of per-service env files and timestamped
rollback snapshots.
This commit is contained in:
Hyungi Ahn
2026-05-08 04:07:29 +00:00
parent 79c09cede4
commit 2626d68e0f
+5
View File
@@ -1,7 +1,12 @@
# Secrets
.env
.env.*
ddns/.env
# Local backups
*.bak-*
*.pre-*
# Runtime data
caddy/logs/
fail2ban/data/