brianmwadime
11/28/2014 - 6:09 AM

Remove ignored files from remote repository

Remove ignored files from remote repository

git rm --cached git ls-files -i --exclude-from=.gitignore

git commit -m 'Removed all files that are in the .gitignore'

git push origin master