Skip to content

Commit dc047a0

Browse files
committed
reduce npm footprint by only shipping the essentials
1 parent 762c0bb commit dc047a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.npmignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/node_modules/
2+
/examples/
3+
.travis.yml
4+
readme.md
5+
test.js
6+
.idea
7+
.DS_Store
8+
*.log
9+
*.orig
10+
.jshintrc
11+
*.png
12+
.editorconfig
13+
.gitattributes
14+
.npmignore

0 commit comments

Comments
 (0)