Skip to content

Commit 7c42b4b

Browse files
committed
Added an .npmignore so it does not include everything in the final npm package.
1 parent 3625797 commit 7c42b4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .npmignore
2+
.github/
3+
.vscode/
4+
jest.config.ts
5+
src/**/*.test.ts
6+
7+
# Exclude coverage output
8+
coverage/
9+
10+
# Yarn internals
11+
.yarn/
12+
.yarnrc.yml

0 commit comments

Comments
 (0)