Skip to content

Commit 6afd195

Browse files
committed
fix: add .npmignore file to exclude unnecessary files from npm package
1 parent 069078b commit 6afd195

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.npmignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Source files (compiled to dist/)
2+
src/
3+
4+
# Config files
5+
tsconfig.json
6+
.gitignore
7+
8+
# Lock files
9+
package-lock.json
10+
11+
# Development files
12+
.github/
13+
14+
# Keep dist/ and types.d.ts (these are needed for the package)

0 commit comments

Comments
 (0)