Created
March 5, 2014 14:57
-
-
Save jtbonhomme/9368827 to your computer and use it in GitHub Desktop.
Make gitignore being taken into account
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached . | |
git add . | |
git commit -m "fixing .gitignore" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: http://www.randallkent.com/development/gitignore-not-working