Skip to content

Commit f3565d6

Browse files
[Package] add npmignore
1 parent 270c30e commit f3565d6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.npmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
build
2+
config
3+
dist/web
4+
node_modules
5+
rollup
6+
src
7+
static
8+
test
9+
web
10+
.babelrc
11+
.editorconfig
12+
.eslintignore
13+
.eslintrc.*
14+
.postcssrc.*
15+
CHANGELOG.md
16+
README.md
17+
CONTRIBUTING.md
18+
tslint.json
19+
.travis.yml
20+
codecov.yml
21+
index.html
22+
yarn.lock
23+
yarn-error.log
24+
tmp

0 commit comments

Comments
 (0)