Problem
Local Node coverage runs can leave standard coverage directories and LCOV files untracked because the repository ignore rules do not cover them.
Task
Ignore local coverage output while keeping committed fixtures and configuration visible.
Acceptance criteria
- Standard coverage directories and LCOV report files are ignored.
- No existing tracked file becomes unintentionally hidden.
- Only ignore rules change.
Suggested implementation prompt
Add narrowly scoped ignore patterns for local coverage directories and LCOV reports, verify existing tracked files are unaffected, and keep the diff to the ignore file.
Problem
Local Node coverage runs can leave standard coverage directories and LCOV files untracked because the repository ignore rules do not cover them.
Task
Ignore local coverage output while keeping committed fixtures and configuration visible.
Acceptance criteria
Suggested implementation prompt