Files
incredigo/.gitignore
T
leetcrypt a7bcbed8ce chore: keep docs/ROTATION.md local-only (gitignore from upstream)
Rotation design stays on disk for local reference but is excluded from the
pushed repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 10:34:10 -07:00

18 lines
267 B
Plaintext

# build output
/credrot
/dist/
# never commit secrets or backup bundles (any sealer: age / hmac / openssl)
*.credrot.enc
*.credrot.age
*.age
*.env
.env.*
# local-only design docs (kept on disk, never pushed upstream)
docs/ROTATION.md
# editor / OS
*.swp
.DS_Store