Skip to content

Commit cd83dec

Browse files
committed
yarn
1 parent fb8c7b9 commit cd83dec

File tree

7 files changed

+4520
-6077
lines changed

7 files changed

+4520
-6077
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ yarn-error.log*
2828
.env.development.local
2929
.env.test.local
3030
.env.production.local
31+
32+
# yarn
33+
.yarn/*
34+
!.yarn/patches
35+
!.yarn/releases
36+
!.yarn/plugins
37+
!.yarn/sdks
38+
!.yarn/versions
39+
.pnp.*

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

+363
Large diffs are not rendered by default.

.yarn/releases/yarn-3.1.0.cjs

+768
Large diffs are not rendered by default.

.yarnrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.1.0.cjs

0 commit comments

Comments
 (0)