Skip to content

Commit 2f0d184

Browse files
committed
added files to npm ignore to minimize the package
1 parent 94bea9e commit 2f0d184

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.npmignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# git and workflows
2+
.github/
3+
.git/
4+
5+
# original source code
16
src/
27
test/
8+
9+
# modules and tools
310
node_modules/
4-
.vscode
5-
dist/test
11+
.vscode/
612
.prettier*
713
tsconfig.json
14+
15+
# js test dir
16+
dist/test

0 commit comments

Comments
 (0)