Skip to content

Commit 41b7cff

Browse files
committed
Hide unneeded files from NPM
Hide extranious files from NPM when published to reduce the footprint of the library
1 parent 0230017 commit 41b7cff

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.npmignore

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
./example/*
2-
./src/*
1+
./src
32
./node_modules/*
3+
./.circleci/*
44

5-
./yarn.lock
6-
./webpack.config.js
7-
./.gitignore
8-
./.all-contributorsrc
9-
./CODE_OF_CONDUCT
5+
*.lock
6+
webpack.config.js
7+
.gitignore
8+
.all-contributorsrc
9+
.eslintrc.js
10+
.babelrc
11+
CODE_OF_CONDUCT.md
12+
ISSUE_TEMPLATE.md
13+
14+
*.log

0 commit comments

Comments
 (0)