This commit is contained in:
2026-03-22 11:47:26 +01:00
commit 6c5d3dc991
2 changed files with 73 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# ------------------------
# Secrets
# ------------------------
.env
# ------------------------
# Pi-hole data (state)
# ------------------------
etc-pihole/
# ------------------------
# Logs / runtime
# ------------------------
*.log
logs/
pihole.log
# ------------------------
# Docker
# ------------------------
*.pid
*.sock
# ------------------------
# System / editor
# ------------------------
.DS_Store
Thumbs.db
*~
*.swp
*.swo
# ------------------------
# Backup / temp
# ------------------------
*.bak
*.tmp
*.old