Skip to content

Commit 2575c48

Browse files
committed
Chore: Upgrade yarn to 4.1.1
1 parent 6e7604f commit 2575c48

File tree

4 files changed

+169
-166
lines changed

4 files changed

+169
-166
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ node_modules/
1010
!.yarn/sdks
1111
!.yarn/versions
1212

13+
# Identify the release and plugin bundles as binary content.
14+
# This way Git won't bother showing massive diffs when each time you subsequently add or update them
15+
/.yarn/releases/** binary
16+
/.yarn/plugins/** binary
17+
1318
coverage/
1419
dist/
1520
*.bak
1621
*.log
1722
*.tsbuildinfo
18-
19-
package-lock.json

0 commit comments

Comments
 (0)