I have a few videos in a directory that is on .gitignore. The files never showed up in any changelog, yet they somehow ended up in the .git/objects directory. It takes up ~150MB instead of 5-10. How is this possible?
I did "git ls-files" and "git diff HEAD FIRST-COMMIT --name-only" and the files are nowhere to be found.