AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Look Into Shrinking .git Folder

Open MRayermannMSFT opened this issue 6 months ago • 1 comments

As of this issue:

  • Repo folder size: 2.87 GB
  • Repo's .git folder size: 2.64 GB

The .git folder is 92% of the repo. Can we do anything to make it smaller/more compressed (without losing history ofc)?

For comparison:

VS Code

  • Repo folder size: 1.04 GB
  • Repo's .git folder size: 953.5 MB (92%)

React Native

  • Repo folder size: 977.7 MB
  • Repo's .git folder size: 933.7 MB (95%)

Based on those comparisions, the ratio we have (92%) doesn't seem out of the ordinary. Ultimately though, the size in growth of our .git folder has definitely contributed to some longer build times. If we can do something that could be helpful.

MRayermannMSFT avatar Jan 30 '24 19:01 MRayermannMSFT