Gitignore Changes Are Ignored

[Solved] Gitignore Changes Are Ignored | Shell - Code Explorer | yomemimo.com
Question : gitignore changes are ignored

Answered by : martino-gabrielli

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

Source : https://stackoverflow.com/questions/11451535/gitignore-is-ignored-by-git | Last Update : Fri, 28 Feb 20

Answers related to gitignore changes are ignored

Code Explorer Popular Question For Shell