Skip to content

Commit 59d9cc4

Browse files
committed
Update .npmignore
1 parent 6651ea2 commit 59d9cc4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.npmignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@ npm-debug.log
2020
babel.config.js
2121
jest.config.js
2222
tsconfig.json
23-
.yarnrc.yml
23+
.yarnrc.yml
24+
25+
# Yarn
26+
example/.yarn/*
27+
.yarn/*
28+
!.yarn/patches
29+
!.yarn/plugins
30+
!.yarn/releases
31+
!.yarn/sdks
32+
!.yarn/versions

0 commit comments

Comments
 (0)