fhir-web
fhir-web copied to clipboard
Remove surplus huge git objects from git history.
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