20 lines
245 B
Plaintext
20 lines
245 B
Plaintext
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Docker volume RUNTIME data (large binary/runtime files - not schema SQL)
|
|
volumes/db/data/
|
|
volumes/storage/
|
|
volumes/pooler/
|
|
volumes/logs/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bak.*
|
|
backups/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|