Changed 'beads' to '/beads' to only ignore the binary in the root,
not the source code directory.
🤖 Generated with Claude Code
24 lines
218 B
Plaintext
24 lines
218 B
Plaintext
# Binaries (but not the cmd/beads directory)
|
|
/beads
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binaries
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Database (if you want to exclude)
|
|
# *.db
|