Updating gitignore to clean up your git repo

18 Jan 2018

again, not GAN related but helpful in general.

amazing stuff to clean up your online git repo and preserve the local files.

git rm -r --cached .

git add .

git commit -m "fixing .gitignore"