http://stackoverflow.com/a/19095988/709769 Remove **all** files from repo: ``` git rm -r --cached . ``` Re-add all files: ``` git add . ``` then ``` git commit -am "Remove ignored files" ```
http://stackoverflow.com/a/19095988/709769
Remove all files from repo:
Re-add all files:
then