From 421752a3333a8cee3898fbc949598c1ec76fc4b1 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 19 Jul 2025 19:25:31 +0200 Subject: [PATCH] move .gitignore to subdirs --- .gitignore | 79 ++------------------------------------- authentik/.gitignore | 5 +++ bazarr/.gitignore | 4 ++ borgmatic/.gitignore | 1 + caddy/.gitignore | 1 + collectd/.gitignore | 1 + dns-ad-blocker/.gitignore | 2 + droppy/.gitignore | 1 + dsmr/.gitignore | 5 +++ esphome/.gitignore | 3 ++ facette/.gitignore | 1 + homarr/.gitignore | 2 + homeassistant/.gitignore | 10 +++++ openvpn-server/.gitignore | 3 ++ postgis/.gitignore | 5 +++ postgres/.gitignore | 2 + qbittorrent/.gitignore | 4 ++ radarr/.gitignore | 5 +++ rsnapshot/.gitignore | 2 + seafile/.gitignore | 2 + sonarr/.gitignore | 5 +++ transmission/.gitignore | 4 ++ 22 files changed, 71 insertions(+), 76 deletions(-) create mode 100644 authentik/.gitignore create mode 100644 bazarr/.gitignore create mode 100644 borgmatic/.gitignore create mode 100644 caddy/.gitignore create mode 100644 collectd/.gitignore create mode 100644 dns-ad-blocker/.gitignore create mode 100644 droppy/.gitignore create mode 100644 dsmr/.gitignore create mode 100644 esphome/.gitignore create mode 100644 facette/.gitignore create mode 100644 homarr/.gitignore create mode 100644 homeassistant/.gitignore create mode 100644 openvpn-server/.gitignore create mode 100644 postgis/.gitignore create mode 100644 postgres/.gitignore create mode 100644 qbittorrent/.gitignore create mode 100644 radarr/.gitignore create mode 100644 rsnapshot/.gitignore create mode 100644 seafile/.gitignore create mode 100644 sonarr/.gitignore create mode 100644 transmission/.gitignore diff --git a/.gitignore b/.gitignore index 05558c8..b767ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,86 +11,13 @@ .ruff_cache/ log/ logs/ -authentik/database/PG_VERSION -authentik/database/base/ -authentik/database/global/ -authentik/database/pg_*/ -authentik/redis/ -bazarr/backup/ -bazarr/config/analytics_visitor_id.txt -bazarr/config/announcements.json -bazarr/config/releases.txt -borgmatic/borg/ -caddy/data/ -collectd/var/ dagster/ -dagster/storage/ -dns-ad-blocker/dnscrypt-proxy.toml -dns-ad-blocker/dnsmasq.hosts -droppy/db.json -dsmr/data/PG_VERSION -dsmr/data/base/ -dsmr/data/core -dsmr/data/global/ -dsmr/data/pg_*/ -esphome/.esphome/ -esphome/secrets.yaml -esphome/tuya -facette/var/ +gitea/ grafana/ gw2pvo/ -homarr/data/ -homarr/icons/ -homeassistant/.HA_VERSION -homeassistant/.storage/ -homeassistant/blueprints/ -homeassistant/components/ -homeassistant/core -homeassistant/custom_components/ -homeassistant/home-assistant-3*.json -homeassistant/home-assistant.log.* -homeassistant/secrets.yaml -homeassistant/tts/ jackett/ jellyfin/ jellyseerr/ -minio -openvpn-server/crl.pem -openvpn-server/pki/ -openvpn-server/shuttle.ovpn +minio/ pgadmin/ -photoprism/**/.* -photoprism/albums/ -photoprism/backup/ -photoprism/config/hub.yml -photoprism/serial -photoprism/sidecar/ -postgres/*.pem -postgres/data/ -postgis/PG_VERSION -postgis/base/ -postgis/core -postgis/global/ -postgis/pg_*/ -qbittorrent/qBittorrent/GeoDB/ -qbittorrent/qBittorrent/lockfile -qbittorrent/qBittorrent/rss/ -qbittorrent/qBittorrent/qBittorrent-data.conf -radarr/Backups/ -radarr/MediaCover/ -radarr/Sentry/ -radarr/asp/ -radarr/xdg/ -rsnapshot/default.conf -rsnapshot/rsnapshot.conf -seafile/database/ -seafile/server/ -sonarr/Backups/ -sonarr/MediaCover/ -sonarr/Sentry/ -sonarr/asp/ -sonarr/xdg/ -transmission/settings.json -transmission/stats.json -transmission/etc/transmission/stats.json -transmission/resume/ + diff --git a/authentik/.gitignore b/authentik/.gitignore new file mode 100644 index 0000000..d1e1c15 --- /dev/null +++ b/authentik/.gitignore @@ -0,0 +1,5 @@ +database/PG_VERSION +database/base +database/global +database/pg_* +redis diff --git a/bazarr/.gitignore b/bazarr/.gitignore new file mode 100644 index 0000000..d3716c8 --- /dev/null +++ b/bazarr/.gitignore @@ -0,0 +1,4 @@ +backup +config/analytics_visitor_id.txt +config/announcements.json +config/releases.txt diff --git a/borgmatic/.gitignore b/borgmatic/.gitignore new file mode 100644 index 0000000..d136dc0 --- /dev/null +++ b/borgmatic/.gitignore @@ -0,0 +1 @@ +borg diff --git a/caddy/.gitignore b/caddy/.gitignore new file mode 100644 index 0000000..1269488 --- /dev/null +++ b/caddy/.gitignore @@ -0,0 +1 @@ +data diff --git a/collectd/.gitignore b/collectd/.gitignore new file mode 100644 index 0000000..186857b --- /dev/null +++ b/collectd/.gitignore @@ -0,0 +1 @@ +var diff --git a/dns-ad-blocker/.gitignore b/dns-ad-blocker/.gitignore new file mode 100644 index 0000000..0835a73 --- /dev/null +++ b/dns-ad-blocker/.gitignore @@ -0,0 +1,2 @@ +dnscrypt-proxy.toml +dnsmasq.hosts diff --git a/droppy/.gitignore b/droppy/.gitignore new file mode 100644 index 0000000..58bd488 --- /dev/null +++ b/droppy/.gitignore @@ -0,0 +1 @@ +db.json diff --git a/dsmr/.gitignore b/dsmr/.gitignore new file mode 100644 index 0000000..5b183d4 --- /dev/null +++ b/dsmr/.gitignore @@ -0,0 +1,5 @@ +data/PG_VERSION +data/base +data/core +data/global +data/pg_* diff --git a/esphome/.gitignore b/esphome/.gitignore new file mode 100644 index 0000000..9f5f4d2 --- /dev/null +++ b/esphome/.gitignore @@ -0,0 +1,3 @@ +.esphome +secrets.yaml +tuya diff --git a/facette/.gitignore b/facette/.gitignore new file mode 100644 index 0000000..186857b --- /dev/null +++ b/facette/.gitignore @@ -0,0 +1 @@ +var diff --git a/homarr/.gitignore b/homarr/.gitignore new file mode 100644 index 0000000..6306ccf --- /dev/null +++ b/homarr/.gitignore @@ -0,0 +1,2 @@ +data +icons diff --git a/homeassistant/.gitignore b/homeassistant/.gitignore new file mode 100644 index 0000000..9b84f20 --- /dev/null +++ b/homeassistant/.gitignore @@ -0,0 +1,10 @@ +.HA_VERSION +.storage +blueprints +components +core +custom_components +home-assistant-3*.json +home-assistant.log.* +secrets.yaml +tts diff --git a/openvpn-server/.gitignore b/openvpn-server/.gitignore new file mode 100644 index 0000000..90850cb --- /dev/null +++ b/openvpn-server/.gitignore @@ -0,0 +1,3 @@ +crl.pem +pki +shuttle.ovpn diff --git a/postgis/.gitignore b/postgis/.gitignore new file mode 100644 index 0000000..e5dc90b --- /dev/null +++ b/postgis/.gitignore @@ -0,0 +1,5 @@ +PG_VERSION +base +core +global +pg_* diff --git a/postgres/.gitignore b/postgres/.gitignore new file mode 100644 index 0000000..b3926f5 --- /dev/null +++ b/postgres/.gitignore @@ -0,0 +1,2 @@ +*.pem +data diff --git a/qbittorrent/.gitignore b/qbittorrent/.gitignore new file mode 100644 index 0000000..e029878 --- /dev/null +++ b/qbittorrent/.gitignore @@ -0,0 +1,4 @@ +qBittorrent/GeoDB +qBittorrent/lockfile +qBittorrent/rss +qBittorrent/qBittorrent-data.conf diff --git a/radarr/.gitignore b/radarr/.gitignore new file mode 100644 index 0000000..da0549e --- /dev/null +++ b/radarr/.gitignore @@ -0,0 +1,5 @@ +Backups +MediaCover +Sentry +asp +xdg diff --git a/rsnapshot/.gitignore b/rsnapshot/.gitignore new file mode 100644 index 0000000..f80a4e8 --- /dev/null +++ b/rsnapshot/.gitignore @@ -0,0 +1,2 @@ +default.conf +rsnapshot.conf diff --git a/seafile/.gitignore b/seafile/.gitignore new file mode 100644 index 0000000..3017035 --- /dev/null +++ b/seafile/.gitignore @@ -0,0 +1,2 @@ +database +server diff --git a/sonarr/.gitignore b/sonarr/.gitignore new file mode 100644 index 0000000..da0549e --- /dev/null +++ b/sonarr/.gitignore @@ -0,0 +1,5 @@ +Backups +MediaCover +Sentry +asp +xdg diff --git a/transmission/.gitignore b/transmission/.gitignore new file mode 100644 index 0000000..cfd24c6 --- /dev/null +++ b/transmission/.gitignore @@ -0,0 +1,4 @@ +settings.json +stats.json +etc/transmission/stats.json +resume