Skip to content

Commit 2d2f9d8

Browse files
committed
🏗️ Update Yarn install
1 parent 0a7f98d commit 2d2f9d8

File tree

4 files changed

+1239
-451
lines changed

4 files changed

+1239
-451
lines changed

.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,13 @@ yarn-error.log*
3737
# storybook
3838
storybook-static
3939
data/configs
40-
.yarn
40+
41+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
42+
# Yarn v2
43+
.pnp.*
44+
.yarn/*
45+
!.yarn/patches
46+
!.yarn/plugins
47+
!.yarn/releases
48+
!.yarn/sdks
49+
!.yarn/versions

.yarn/releases/yarn-3.2.1.cjs

+786
Large diffs are not rendered by default.

.yarnrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
yarn-path ".yarn/releases/yarn-1.22.19.cjs"

0 commit comments

Comments
 (0)