Skip to content

Commit 4d0cc26

Browse files
committed
add .npmignore
1 parent 65b4b3f commit 4d0cc26

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.npmignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/.idea
2+
/.nyc_output
3+
/.vscode
4+
/coverage
5+
/dist
6+
/dist-test
7+
/docs
8+
/example
9+
/lib-test
10+
/not-ported-extensions
11+
/src
12+
/static
13+
/test
14+
/transpiled-code
15+
/typings
16+
CODE_OF_CONDUCT.md
17+
CONTRIBUTING.md
18+
ISSUE_TEMPLATE.md
19+
PULL_REQUEST_TEMPLATE.md
20+
karma.conf.js
21+
tsconfig.example.json
22+
tsconfig.json
23+
tsconfig.test.json
24+
tslint.example.json
25+
tslint.json
26+
tslint.test.json
27+
webpack.config.js
28+
webpack.example.config.js
29+
yarn.lock
30+
.editorconfig
31+
.gitignore
32+
.istanbul.yml
33+
.npmignore
34+
.prettierrc
35+
.publishrc
36+
.travis.yml

0 commit comments

Comments
 (0)