Skip to content

Commit df1a4a9

Browse files
authored
Merge pull request #342 from emrekayat/fix/assigned-253
chore: ignore local coverage outputs (#253)
2 parents aef6cb3 + 50644cb commit df1a4a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ deployments/*.local.json
3535
# Keeper
3636
.keeper-store.json
3737
.keeper-store.json.corrupted.*
38+
39+
# Local coverage reports
40+
coverage/
41+
.nyc_output/
42+
*.lcov
43+
lcov.info

0 commit comments

Comments
 (0)