Files
homelab/.gitignore
T
2026-02-13 19:41:46 +02:00

31 lines
510 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Sensitive data never commit
.env
traefik/letsencrypt/
traefik/dynamic.yml
pihole/etc-pihole/
pihole/etc-dnsmasq.d/
wireguard/config/
cups/config/
# Data dirs keep docker-compose.yml, ignore runtime data
gitea/data/
gitea/indexers/
gitea/log/
gitea/ssh/
gitea/gitea/
gitea/git/
registry/*
!registry/docker-compose.yml
drone/*
!drone/docker-compose.yml
uptime-kuma/*
!uptime-kuma/docker-compose.yml
# Backups (may contain old secrets)
*.bak
docker-compose.override.yml
# Logs & temp
*.log
.DS_Store