.gitignore Não Funciona

Posted . Visible to the public.

Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore.

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"
Marcus Vinícius Voltolim
Last edit
Bruno Vieira
Posted by Marcus Vinícius Voltolim to ZeroGlosa (2016-03-22 13:29)