I accidentally added a large .eps file to my repo and was unable to push to github.
I've added the directory containing the file to .gitignore and tried running
git rm -rf --cached .
And then pushing the repo, but it's still giving me
remote: error: GH001: Large files detected. You may want to try Git Large File
Storage - https://git-lfs.github.com.
remote: error: Trace: 024db62abfc6a9ecb4771d5437bb9cdc
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File _assets/ToroAds_ChrisTuck.eps is 903.72 MB; this exceeds GitHub's file size limit of 100.00 MB
Here is the contents of my .gitignore
/bower_components/
/node_modules/
/_assets/