Skip to content

Commit c1e52e7

Browse files
henriksjostrombrianc
authored andcommitted
added .npmignore in order to not publish tests to npm (brianc#1025)
1 parent ad2ffce commit c1e52e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.npmignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules/
2+
*.swp
3+
*.log
4+
.lock-wscript
5+
build/
6+
*~
7+
test/
8+
script/

0 commit comments

Comments
 (0)