first
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user