Skip to content

Commit ca56886

Browse files
committed
chore: add root files to npm ignore
1 parent 1d1d395 commit ca56886

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.npmignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ coverage/
2121
.travis.yml
2222
.editorconfig
2323

24-
// others
24+
// misc folders
2525
.vscode/
2626
.husky/
2727
.github/
28+
29+
// misc files
30+
bundlesize.config.json
31+
32+
// bundler - rollup
33+
rollup.config.dev.js
34+
rollup.config.prod.js
35+
rollup.config.types.js

0 commit comments

Comments
 (0)