21dbee4b53
Compose files and configs for postgres, adguard, duckdns, homarr, neo4j, portainer, remotely, and monitoring; RESTORE.md and sync-from-nas script. Sanitize pgAdmin secrets; document homelab-command as separate repo. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
166 B
Plaintext
19 lines
166 B
Plaintext
# Infra configs
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.bak
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Runtime data (niet in git)
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.pid
|
|
*.log
|
|
*.log.*
|
|
*.mmdb
|
|
BT_*
|
|
__pycache__/
|