Skip to content

Commit 7d597fa

Browse files
author
DD Liu
committed
Add npm ignore that leaves dist in the npm package
1 parent 30136bd commit 7d597fa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.npmignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Mac OS
2+
.DS_Store
3+
4+
# Testing
5+
/test
6+
7+
# NPM
8+
/node_modules
9+
npm-*
10+
11+
# Build
12+
playground/*
13+
14+
# Editors
15+
/#*
16+
*~
17+
18+
# generated translation files
19+
/translations

0 commit comments

Comments
 (0)