Fix .gitignore to exclude binary but not cmd/beads directory

Changed 'beads' to '/beads' to only ignore the binary in the root,
not the source code directory.

🤖 Generated with Claude Code
This commit is contained in:
Steve Yegge
2025-10-11 20:07:52 -07:00
parent 704515125d
commit 9105059843

4
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Binaries # Binaries (but not the cmd/beads directory)
beads /beads
*.exe *.exe
*.dll *.dll
*.so *.so