Skip to content

Commit bed0b1b

Browse files
author
Edward Xiao
committed
- add .npmignore
1 parent ed5d4ec commit bed0b1b

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
/node_modules
22
/*.log
33
/log/*.log
4-
/build
5-
/public/assets
6-
/public/uploads
7-
/*-compiled.js
8-
/*-compiled.js.map
9-
*-compiled.js
10-
*-compiled.js.map
114
coverage

.npmignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/examples
2+
/webpack
3+
/test
4+
/src
5+
/.babelrc
6+
/.eslintrc.json
7+
/.eslintignore.json
8+
/.gitignore
9+
/.travis.yml
10+
/jest.config.js
11+
/postcss.config.js
12+
/stylelint.config.js
13+
/tsconfig.json
14+
/tslint.json

0 commit comments

Comments
 (0)