mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-04 02:20:42 +08:00
The pattern 'codeagent-wrapper' was matching cmd/codeagent-wrapper/ directory. Changed to '/codeagent-wrapper' to only match root binary. Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
24 lines
232 B
Plaintext
24 lines
232 B
Plaintext
# Build artifacts
|
|
bin/
|
|
codeagent
|
|
codeagent.exe
|
|
/codeagent-wrapper
|
|
/codeagent-wrapper.exe
|
|
*.test
|
|
|
|
# Coverage reports
|
|
coverage.out
|
|
coverage*.out
|
|
cover.out
|
|
cover_*.out
|
|
coverage.html
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
.DS_Store
|