I messed up and added the BinaryData.cpp files to git lfs since I had expected them to be larger than they were. Turns out LFS wasn't actually needed for these files.
GitHub has storage and bandwidth limits for LFS files and I was almost out of the free quota.
To permanently remove these files from GitHub's storage, I had to delete the repo and re-create it. This may have lost a couple of issues and I'm not sure if any of the forks will still work.
I've put the Builds and JuceLibraryCode folders in .gitignore now so that BinaryData.cpp is no longer part of the repo.
Sorry for the trouble! If you submitted an issue, please create it again. Thanks!
I messed up and added the
BinaryData.cpp
files togit lfs
since I had expected them to be larger than they were. Turns out LFS wasn't actually needed for these files.GitHub has storage and bandwidth limits for LFS files and I was almost out of the free quota.
To permanently remove these files from GitHub's storage, I had to delete the repo and re-create it. This may have lost a couple of issues and I'm not sure if any of the forks will still work.
I've put the
Builds
andJuceLibraryCode
folders in.gitignore
now so thatBinaryData.cpp
is no longer part of the repo.Sorry for the trouble! If you submitted an issue, please create it again. Thanks!