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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# Binaries
|
||||
beads
|
||||
# Binaries (but not the cmd/beads directory)
|
||||
/beads
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
|
||||
Reference in New Issue
Block a user