Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 3c2f9fa

Browse files
committed
fix(worspace): upgrade yarn to berry
1 parent 4dcb6f5 commit 3c2f9fa

File tree

3 files changed

+794
-1
lines changed

3 files changed

+794
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.yarn/releases/** binary
2+
/.yarn/plugins/** binary

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,10 @@ Thumbs.db
4949
generated
5050

5151
# Yarn
52-
.yarn/
52+
.yarn/*
53+
!.yarn/patches
54+
!.yarn/plugins
55+
!.yarn/releases
56+
!.yarn/sdks
57+
!.yarn/versions
58+

0 commit comments

Comments
 (0)