Add coverage directory to .gitignore
- Exclude coverage reports from version control - Prevent accidental tracking of test coverage artifacts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -65,3 +65,5 @@ package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
bun.lockb
|
||||
|
||||
coverage/
|
||||
|
||||
Reference in New Issue
Block a user