gitignore: add hook files and mq directory

This commit is contained in:
Steve Yegge
2025-12-24 21:56:31 -08:00
parent a17a08202b
commit d99bb3c422

6
.beads/.gitignore vendored
View File

@@ -31,6 +31,12 @@ beads.right.meta.json
# bd sync commits to beads-sync, which has its own .gitignore that tracks issues.jsonl
issues.jsonl
# Hook files (ephemeral, per-agent work attachments)
hook-*.json
# MR queue (ephemeral, deleted after merge)
mq/
# Metadata and config are tracked everywhere
!metadata.json
!config.json