41 lines
677 B
Plaintext
41 lines
677 B
Plaintext
# Exclude entire runtime-data directories (no compose files here)
|
|
chrome-vnc/
|
|
mealie-data/
|
|
vaultwarden/
|
|
|
|
# gitea runtime data
|
|
gitea/data/
|
|
|
|
# gluetun + qbittorrent runtime data
|
|
gluetun-qbittorrent/gluetun/
|
|
gluetun-qbittorrent/qbittorrent/
|
|
|
|
# searxng runtime data
|
|
searxng/searxng/
|
|
|
|
# homeassistant runtime data
|
|
homeassistant/.storage/
|
|
homeassistant/.cache/
|
|
homeassistant/.cloud/
|
|
homeassistant/blueprints/
|
|
homeassistant/deps/
|
|
homeassistant/*.db
|
|
homeassistant/*.db-shm
|
|
homeassistant/*.db-wal
|
|
homeassistant/*.log*
|
|
homeassistant/.ha_run.lock
|
|
homeassistant/.HA_VERSION
|
|
|
|
# Secrets and sensitive files
|
|
*.pem
|
|
.secret
|
|
.session_secret
|
|
.kasmpasswd
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|