Skip to content

Commit c2ba805

Browse files
committed
fix: add .npmignore to ensure dist is published
1 parent 4d28289 commit c2ba805

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.npmignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
lerna-debug.log*
8+
.pnpm-debug.log*
9+
10+
# Src files - only publish built files
11+
src/
12+
13+
# Build artifacts
14+
*.tsbuildinfo
15+
16+
# Test files
17+
*.test.ts
18+
*.spec.ts
19+
20+
# Config files
21+
.eslintrc.cjs
22+
.prettierrc
23+
vitest.config.ts
24+
tsconfig.json
25+
26+
# CI/CD
27+
.github/
28+
29+
# Misc
30+
.vscode/
31+
32+
# Explicitly include the distribution directory
33+
!dist

0 commit comments

Comments
 (0)