Skip to content

Commit 4bcc023

Browse files
authored
Merge pull request #1085 from ecomfe/npm-publish-ignore
chore: exclude some unused dirs and files when publishing to npm
2 parents 52e45b6 + 7e6db60 commit 4bcc023

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
/doc
22
/test
33
/benchmark
4+
/build
5+
/tsconfig.json
46
.github
57
.vscode
68

79
npm-debug.log
810
.DS_Store
911
Thumbs.db
1012
Desktop.ini
13+
14+
.eslintignore
15+
.eslintrc.yaml

0 commit comments

Comments
 (0)