mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
coverage/ matched tests/fixtures/llm_traces/coverage/, causing release-plz to detect committed+ignored files and abort on every push to main. PR #561 has been stuck with only 1 changelog entry since v0.15.0. Anchor the rule to the repo root with /coverage/ so it only ignores the top-level coverage report directory generated by cargo llvm-cov, not nested fixture directories. [skip-regression-check]
25 lines
317 B
Plaintext
25 lines
317 B
Plaintext
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Claude Code worktrees
|
|
.claude/worktrees/
|
|
|
|
# Sidecar tool data
|
|
.sidecar/
|
|
.todos/
|
|
|
|
target/
|
|
|
|
# Benchmark results (local runs, not committed)
|
|
bench-results/
|
|
|
|
# Coverage reports (local runs, not committed)
|
|
/coverage/
|
|
|
|
# WASM build artifacts (loaded from disk, not bundled)
|
|
*.wasm
|
|
|