Files
vps/.gitignore
T
windyboy 6707cebc88 chore: gitignore .agent-work/ agent scratch dir
Untracked agent scratch made validate-repo.sh link scan fail; same
category as the already-ignored .agents/ and .claude/ dirs.
2026-08-29 20:25:53 +08:00

35 lines
478 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/
*~
# Agent working scratch (not repo content).
.agent-work/