Created
April 20, 2017 21:25
-
-
Save yblee85/a8c8bfafe8853515b32972160e5a00d9 to your computer and use it in GitHub Desktop.
gitignore not working
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
NOTE : First commit your current changes, or you will lose them. | |
Then run the following commands from the top folder of your git repo: | |
git rm -r --cached . | |
git add . | |
git commit -m "fixed untracked files" | |
source : http://stackoverflow.com/questions/11451535/gitignore-is-not-working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment