Answers for "why are gitignore files still showing in git status?"

-1

git ignore file is not working

git rm -rf --cached .
git add .
Posted by: Guest on June-02-2020

Code answers related to "why are gitignore files still showing in git status?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language