Files
homelab-infra/.gitignore
T
2026-06-21 22:32:41 +02:00

37 lines
494 B
Plaintext

# Local environment and stack values
.env
*.env
!*.env.example
**/stack.env
!**/stack.env.example
# Secrets and certificate material
**/secrets/*
!**/secrets/*.example
**/letsencrypt/
**/acme.json
**/*.key
**/*.pem
**/*.crt
# Backup, dump, and archive artifacts
**/*.dump
**/*.sql.gz
**/*.archive.gz
**/*.tar
**/*.tar.gz
**/*.tgz
**/*.zip
# Generated reports
ops/policy-checks/last-report.md
# Local/editor noise
.DS_Store
Thumbs.db
*.tmp
*.log
.serena/
.claude/settings.local.json
memory/