Skip to content

Commit 7589743

Browse files
build: exclude folders & files from npm package
1 parent 65c406b commit 7589743

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.npmignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
tests
1+
__tests__
2+
__helpers__
3+
src
4+
coverage
25
.github
3-
apidoc
6+
.husky
47
.idea
8+
.nyc_output
9+
.gitattributes
510
.editorconfig
611
.eslintignore
712
.eslintrc.js
13+
.lintstagedrc.js
14+
commitlint.config.js
15+
nyc.config.js
16+
rollup.config.js
817
.mocharc.js
918
.prettierrc.js
1019
sonar-project.properties
1120
scratch.http
1221
docker-compose.yml
22+
tsconfig.json

0 commit comments

Comments
 (0)