Skip to content

Commit dbc20bc

Browse files
authored
chore: exclude config files from published package (#1252)
* chore: exclude more files into npm * Update .npmignore
1 parent fb745cb commit dbc20bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ rollup.config.types.js
4040
// bundler - esbuild
4141
esbuild.config.dev.mjs
4242
esbuild.config.prod.mjs
43+
44+
// unused configs
45+
.eslintrc.json
46+
.gitattributes
47+
.prettierrc.json
48+
.stylelintrc.json
49+
beta-release.js
50+
tsconfig.json

0 commit comments

Comments
 (0)