Skip to content

Commit 0ca896d

Browse files
chore(.npmignore): add .nyc_output && coverage
1 parent ed05dda commit 0ca896d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.npmignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
node_modules/
2-
test/
3-
npm-debug.log
41
.editorconfig
5-
.jscsrc
6-
.jshintignore
7-
.jshintrc
2+
npm-debug.log
3+
4+
.nyc_output
5+
test/
6+
coverage/
7+
node_modules/

0 commit comments

Comments
 (0)