Files
homelab-infra/.gitignore
1jamesthompson1 716baafbc1 AI given structure
2026-03-23 16:06:42 +13:00

24 lines
182 B
Plaintext

# Secrets - never commit
.env
*.env
!.env.example
# Docker runtime
**/acme.json
**/logs/
**/*.log
# OS
.DS_Store
Thumbs.db
# MkDocs
site/
# Editor
.vscode/
.idea/
*.swp
*.swo
*~