Skip to content

Commit 456677a

Browse files
committed
chore: add .npmignore
1 parent 8b9107b commit 456677a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
node_modules
2+
*.map
3+
tsconfig.tsbuildinfo
4+
test
5+
__tests__
6+
.github
7+
.env*
8+
jest.config.js
9+
.eslint.js
10+
.eslintignore
11+
.prettierignore
12+
prettier.config.js
13+
release.config.js
14+
commitlint.config.js
15+
.editorconfig

0 commit comments

Comments
 (0)