Answers for "my files does not get ignore in git"

1

git doesn't ignore files in gitignore

git rm --cached [filename]
Posted by: Guest on August-19-2021
-1

git ignore file is not working

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

Code answers related to "my files does not get ignore in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language