26 lines
278 B
Plaintext
26 lines
278 B
Plaintext
# Runtime data - NEVER commit these
|
|
rabbitmq/data/
|
|
mosquitto/data/
|
|
traefik/acme.json*
|
|
traefik/*.backup*
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.backup.*
|
|
*backup*
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*~
|
|
|
|
# Node.js (if any)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Environment files
|
|
.env*
|