Skip to content

Commit 6e50a82

Browse files
committed
chore(git): ignore .nyc_output and test/coverage dirs
1 parent fa54ae7 commit 6e50a82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
*.iml
88
.vscode
99

10+
# Tests
11+
/.nyc_output
12+
/test/coverage
13+
1014
# Log files
1115
npm-debug.log

0 commit comments

Comments
 (0)