move .gitignore to subdirs

This commit is contained in:
2025-07-19 19:25:31 +02:00
parent 47fdc040cf
commit 421752a333
22 changed files with 71 additions and 76 deletions

79
.gitignore vendored
View File

@@ -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/

5
authentik/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
database/PG_VERSION
database/base
database/global
database/pg_*
redis

4
bazarr/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
backup
config/analytics_visitor_id.txt
config/announcements.json
config/releases.txt

1
borgmatic/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
borg

1
caddy/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
data

1
collectd/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
var

2
dns-ad-blocker/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
dnscrypt-proxy.toml
dnsmasq.hosts

1
droppy/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
db.json

5
dsmr/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
data/PG_VERSION
data/base
data/core
data/global
data/pg_*

3
esphome/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.esphome
secrets.yaml
tuya

1
facette/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
var

2
homarr/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
data
icons

10
homeassistant/.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.HA_VERSION
.storage
blueprints
components
core
custom_components
home-assistant-3*.json
home-assistant.log.*
secrets.yaml
tts

3
openvpn-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
crl.pem
pki
shuttle.ovpn

5
postgis/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
PG_VERSION
base
core
global
pg_*

2
postgres/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.pem
data

4
qbittorrent/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
qBittorrent/GeoDB
qBittorrent/lockfile
qBittorrent/rss
qBittorrent/qBittorrent-data.conf

5
radarr/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
Backups
MediaCover
Sentry
asp
xdg

2
rsnapshot/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
default.conf
rsnapshot.conf

2
seafile/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
database
server

5
sonarr/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
Backups
MediaCover
Sentry
asp
xdg

4
transmission/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
settings.json
stats.json
etc/transmission/stats.json
resume