Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,11 @@ Thumbs.db
coverage.html
coverage.txt

# Transient specter run output (frontend); root .specter-results.json is tracked intentionally
# Transient specter run output. CI regenerates these from a real
# go test -json + vitest JUnit run (specter ingest), so a committed copy is
# never consumed by the gate — it only goes stale and produces misleading
# local `specter coverage` reports. Both are ignored.
.specter-results.json
frontend/.specter-results.json

# Local dev bootstrap state (scripts/openwatch.sh)
Expand Down
Loading
Loading