Skip to content

Commit 0a07765

Browse files
authored
Merge pull request #51 from ganderzz/feature/hide-uneeded-files-from-npm
Hide unneeded files from NPM
2 parents 0230017 + 41b7cff commit 0a07765

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.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)