Skip to content

Commit f11590b

Browse files
fix(publish): Check in npm ignore file
1 parent 5d75543 commit f11590b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.npmignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Any hidden files
2+
**/.*
3+
.*
4+
5+
src
6+
test
7+
scripts
8+
node_modules
9+
10+
karma.**.js
11+
tslint.json
12+
tsconfig.json
13+
tsconfig.*.json
14+
yarn.lock
15+
stats.html
16+
17+
*.iml
18+
*.ipr
19+
*.iws

0 commit comments

Comments
 (0)