Track only selected configs

This commit is contained in:
cutemeli
2026-01-08 18:41:32 +01:00
parent a09d331b05
commit 5258f9bd7a
12 changed files with 459 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# IGNORE ALLES standardmäßig (Repo-Root ist /)
/*
# Gitignore selbst muss rein
!/.gitignore
# ---- WHITELIST: NGINX ----
!/etc/
!/etc/nginx/
!/etc/nginx/sites-available/
!/etc/nginx/sites-available/reverse-proxy.conf
# ---- WHITELIST: Docker Compose Files ----
!/opt/
!/opt/gitea/
!/opt/gitea/docker-compose.yml
!/opt/monitoring/
!/opt/monitoring/docker-compose.yml
!/opt/nextcloud/
!/opt/nextcloud/docker-compose.yml
!/opt/vaultwarden/
!/opt/vaultwarden/docker-compose.yml
# ---- WHITELIST: systemd units ----
!/usr/
!/usr/lib/
!/usr/lib/systemd/
!/usr/lib/systemd/system/
!/usr/lib/systemd/system/wg-quick@.service
!/etc/systemd/
!/etc/systemd/system/
!/etc/systemd/system/monitoring.service
!/etc/systemd/system/proxmox-vm.service
!/etc/systemd/system/nextcloud.service
!/etc/systemd/system/gitea.service
!/etc/systemd/system/vaultwarden.service