Skip to content

Commit c9ad870

Browse files
committed
Remove commited Yarn cache Zero-installs
- delete `.yarn/cache` - gitignore `.yarn/cache` - revert .yarnrc.yml to enableGlobalCache true (default) Resolve: #1807
1 parent 08dc607 commit c9ad870

File tree

2,158 files changed

+4
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,158 files changed

+4
-10
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,20 @@ buck-out/
7171
.metro-health-check*
7272

7373
# TypeScript
74-
#
7574
# - Redirected compiler output if emitted e.g. /lib/
7675
# - Incremental compilation output
77-
7876
tsconfig.tsbuildinfo
7977

8078
# ESLint
81-
#
8279
.eslintcache
8380

84-
# Yarn (Berry) Modern (Zero-Installs)
85-
#
81+
# Storybook
82+
.storybook/storybook.requires.js
83+
84+
# Yarn
8685
.yarn/*
87-
!.yarn/cache
88-
.yarn/cache/@swc-core-*.zip
8986
!.yarn/patches
9087
!.yarn/plugins
9188
!.yarn/releases
9289
!.yarn/sdks
9390
!.yarn/versions
94-
.storybook/storybook.requires.js
Binary file not shown.
Binary file not shown.
Binary file not shown.
-61.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)