Skip to content

Commit 83b5fdd

Browse files
committed
feat(npmignore): do not include config files in npm packages
1 parent cfa3d7c commit 83b5fdd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

npmignore.template

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
/.prettierignore
77
/renovate.json
88
/.snyk
9+
/*.config.js
10+
/*.config.cjs
11+
/*.config.mjs
12+
/*.config.ts
13+
/*.config.cts
14+
/*.config.mts
915
*.ts
1016
!*.d.ts
1117

@@ -36,4 +42,4 @@ Temporary Items
3642
Thumbs.db
3743
ehthumbs.db
3844
Desktop.ini
39-
$RECYCLE.BIN/
45+
$RECYCLE.BIN/

0 commit comments

Comments
 (0)