Skip to content

Commit a288cfc

Browse files
committed
fix(npm): ignore files from npm publish
1 parent 017fba4 commit a288cfc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.npmignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# source
2+
package-lock.json
3+
.prettierrc
4+
prisma/
5+
.vscode/
6+
.github/
7+
__tests__
8+
src/
9+
10+
# misc
11+
.DS_Store

0 commit comments

Comments
 (0)