Skip to content

Commit 9fd2797

Browse files
committed
Ignore coverage artifacts in git
1 parent 05bf808 commit 9fd2797

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ node_modules/
77
# logs
88
npm-debug.log*
99
yarn-debug.log*
10-
yarn-error-log*# macOS / editors
10+
yarn-error-log*
11+
12+
# macOS / editors
1113
.DS_Store
1214
*.code-workspace
15+
16+
# test coverage
17+
coverage/

0 commit comments

Comments
 (0)