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:
@@ -1,7 +1,12 @@
|
||||
# Secrets
|
||||
.env
|
||||
.env.*
|
||||
ddns/.env
|
||||
|
||||
# Local backups
|
||||
*.bak-*
|
||||
*.pre-*
|
||||
|
||||
# Runtime data
|
||||
caddy/logs/
|
||||
fail2ban/data/
|
||||
|
||||
Reference in New Issue
Block a user