mirror of
https://github.com/cexll/myclaude.git
synced 2025-12-24 13:47:58 +08:00
- Remove committed binaries from git tracking (codeagent-wrapper, *.test) - Remove coverage.out from tracking (generated by CI) - Update .gitignore to exclude build artifacts - Add task block index to parallel config error messages for better debugging 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
# Build artifacts
|
|
codeagent-wrapper
|
|
codeagent-wrapper.exe
|
|
*.test
|
|
|
|
# Coverage reports
|
|
coverage.out
|
|
coverage*.out
|
|
cover.out
|
|
cover_*.out
|
|
coverage.html
|