Files
vps/.gitignore
T

33 lines
421 B
Plaintext

# Local secrets and service configuration (never version these).
.env
.env.*
!.env.example
mailcow.conf
.smtp-credentials
.admin-token
*.pem
*.key
id_*
!*.pub
# Ansible runtime output.
*.retry
.ansible/
facts/
# Local agent-harness / tooling config (not repo content).
.agents/
.claude/
.omp/
.opencode/
.zcode/
.mcp.json
WATCHDOG.yml
skills-lock.json
# Editor and operating-system files.
.DS_Store
.vscode/
.idea/
*~