Skip to content

Commit cd17633

Browse files
committed
Remove all unnecessary files from npm package
1 parent 886eb30 commit cd17633

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.npmignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
.DS_Store
21
*.log
3-
examples
4-
test
5-
coverage
6-
_book
7-
book.json
8-
docs
2+
/.*/
3+
/_book/
4+
/coverage/
5+
/docs/
6+
/examples/
7+
/test/
8+
/.eslint*
9+
/.flowconfig
10+
/.gitignore
11+
/.npmignore
12+
/.travis.yml
13+
/book.json
14+
/webpack.*

0 commit comments

Comments
 (0)