Skip to content

Commit 8e6c944

Browse files
committed
fix yarn 3 .gitignore
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 3fb3dea commit 8e6c944

File tree

6 files changed

+1137
-1
lines changed

6 files changed

+1137
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ package-lock.json
77
.env
88
.env.local
99
.npmrc
10-
.yarn
10+
.yarn/cache
11+
.yarn/unplugged
12+
.yarn/build-state.yml
1113

1214
# output directory
1315
build

.yarn/install-state.gz

624 KB
Binary file not shown.

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

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.1.1.cjs

Lines changed: 768 additions & 0 deletions
Large diffs are not rendered by default.

web-app/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7+
.yarn/cache
8+
.yarn/unplugged
9+
.yarn/build-state.yml
710

811
# testing
912
/coverage

web-app/.yarn/install-state.gz

2.57 MB
Binary file not shown.

0 commit comments

Comments
 (0)