Massive .git repo size due to inclusion of static binary
As of today, your .git is about 1GB in size, the vast majority of which is stuck in objects storing the history of bin/loudgain.static. It's completely unreasonable to be storing this much data in a git repo for such a tiny project. (~2k lines)
I would highly recommend moving this static binary out of the git repo itself, and perhaps attaching it to the releases directly if you wish to continue hosting them on GitHub.
I would also recommend retroactively purging its existence from git history, so that new developers of loudgain don't have to download 1GB of git history just to clone it.
Good point. I’ll have to look into the release docs one of the days.
It came to me as a surprise when it started to grab 500Mb+ ;-)