Track only selected configs
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user