You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository size is approximately 200mb. The bulk of it being a history commits that hold huge objects(.yarn/cache zip files) that were never relevant to the repository,
We should remove them to reduce the overall size of the repository.
we can use the following command. git-filter-repo --help --path .yarn/cache --invert-paths
The text was updated successfully, but these errors were encountered:
The repository size is approximately 200mb. The bulk of it being a history commits that hold huge objects(.yarn/cache zip files) that were never relevant to the repository,
We should remove them to reduce the overall size of the repository.
we can use the following command.
git-filter-repo --help --path .yarn/cache --invert-paths
The text was updated successfully, but these errors were encountered: