Skip to content

Commit a80c8e6

Browse files
committed
fix(gitignore): add coverage file pattern to ignore list
1 parent 89eeb41 commit a80c8e6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dist/
1313
# Unit test / coverage reports
1414
.cache/
1515
.coverage
16+
.coverage.*
1617
.hypothesis/
1718
.pytest_cache/
1819

template/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"**/.cache/": true,
55
"**/.codspeed/": true,
66
"**/.coverage": true,
7+
"**/.coverage.*": true,
78
"**/.hypothesis/": true,
89
"**/.pixi/": true,
910
"**/.pytest_cache/": true,

0 commit comments

Comments
 (0)