Skip to content

Commit db9ff19

Browse files
committed
chore: exclude unnecessary files from node package
1 parent b20fb76 commit db9ff19

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.npmignore

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
.vscode
2+
.idea
23
coverage
34
junit.xml
45
npm-debug.log
5-
node_modules/
6-
samples/
7-
6+
RELEASE_NOTES*.md
7+
.babelrc
8+
build
9+
circle.yml
10+
codecov.yml
11+
CODE_OF_CONDUCT.md
12+
commitlint.config.js
13+
CONTRIBUTING.md
14+
docs
15+
packages
16+
platform
17+
samples
18+
__test__
19+
yarn.lock

0 commit comments

Comments
 (0)