Skip to content

Commit 3b54308

Browse files
committed
chore: added npmignore
1 parent 8c4e984 commit 3b54308

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.nyc_output
1+
.nyc_output/
22
coverage/
33
node_modules/

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.test.js
2+
.*rc.json
3+
.*rc
4+
.nyc_output/
5+
coverage/

0 commit comments

Comments
 (0)