Description
Deleting and ignoring .yarn/install-state.gz because according to Yarn documentation, .yarn/install-state.gz is just a cache file for optimization, so it should be removed and ignored by .gitignore.
Changes
Deleted .yarn/install-state.gz
Updated .gitignore file to ignore .yarn/install-state.gz
Description Deleting and ignoring .yarn/install-state.gz because according to Yarn documentation, .yarn/install-state.gz is just a cache file for optimization, so it should be removed and ignored by .gitignore.
Changes Deleted .yarn/install-state.gz Updated .gitignore file to ignore .yarn/install-state.gz