chore: add daemon-error to .gitignore

The daemon-error file is a transient runtime file created when the daemon
fails to start. It should not be tracked in git.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-03 16:00:22 -08:00
parent a1fba65c67
commit 6047876a9a

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ Thumbs.db
.beads/daemon.log
.beads/daemon.pid
.beads/daemon.lock
.beads/daemon-error
.beads/bd.sock
.beads/.exclusive-lock