disinto/.gitignore
johba cb39cbcace
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
chore: gitignore smoke-init.yml to prevent agents recreating it
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 21:49:30 +00:00

28 lines
469 B
Text

# Plaintext secrets (never commit)
.env
# Encrypted secrets — safe to commit (SOPS-encrypted with age)
!.env.enc
!.env.vault.enc
!.sops.yaml
# Per-box project config (generated by disinto init)
projects/*.toml
# Runtime state
*.log
*.log.*
*.log.old
state.json
*.lock
*.pid
metrics/supervisor-metrics.jsonl
# OS
.DS_Store
dev/ci-fixes-*.json
gardener/dust.jsonl
# Individual encrypted secrets (managed by disinto secrets add)
secrets/
.woodpecker/smoke-init.yml