Skip to content

Instantly share code, notes, and snippets.

@daxxog
Created October 23, 2012 14:44
Show Gist options
  • Save daxxog/3939176 to your computer and use it in GitHub Desktop.
Save daxxog/3939176 to your computer and use it in GitHub Desktop.
fix .gitignore
#from: http://stackoverflow.com/a/1139797
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment