I have a repo that is 3.6GB. In order to clean this up, I removed all large files then pushed the deletions to the remote git repo hosted in BitBucket. After this, I deleted my .git directory on my local. I did git init and pushed all the existing files to the existing remote repo.
Despite this, BitBucket is still telling me that the repo is too big? I looked at various solutions on the internet but all of them seem to be referencing BFG and other cleaning tools. I was under the impression that all of these scripts just clean up .git. By deleting .git I was hoping that any unnecessary files would be deleted but that's clearly not the case.
If my .git directory is not the issue, I was wondering what else it could be?