Skip to content

Commit 9300823

Browse files
committed
improve .npmignore
1 parent 4c9c27b commit 9300823

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.npmignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/.idea
2+
/.nyc_output
23
/.vscode
34
/coverage
4-
/dev
55
/dist
6+
/dist-test
67
/docs
7-
/lib/test
8+
/example
9+
/lib-test
810
/not-ported-extensions
911
/src
1012
/test
@@ -14,23 +16,18 @@ CODE_OF_CONDUCT.md
1416
CONTRIBUTING.md
1517
ISSUE_TEMPLATE.md
1618
PULL_REQUEST_TEMPLATE.md
17-
bower.json
1819
karma.conf.js
1920
tsconfig.json
2021
tsconfig.test.json
21-
tsfmt.json
2222
tslint.json
2323
tslint.test.json
24-
typings.json
2524
webpack.config.js
25+
webpack.example.config.js
2626
yarn.lock
27-
.codeclimate.yml
2827
.editorconfig
29-
.eslintignore
30-
.eslintrc
3128
.gitignore
3229
.istanbul.yml
3330
.npmignore
3431
.prettierrc
3532
.publishrc
36-
.travis.yml
33+
.travis.yml

0 commit comments

Comments
 (0)