Skip to content

Instantly share code, notes, and snippets.

@yblee85
Created April 20, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yblee85/a8c8bfafe8853515b32972160e5a00d9 to your computer and use it in GitHub Desktop.
Save yblee85/a8c8bfafe8853515b32972160e5a00d9 to your computer and use it in GitHub Desktop.
gitignore not working
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