initial commit: Docker compose configs for gitea, gluetun-qbittorrent, homeassistant, searxng
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user