Answers for "why is something in my gitignore file not working"

3

.gitignore not working

git rm -rf --cached .
git add .
Posted by: Guest on July-28-2021
1

git doesn't ignore files in gitignore

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

Code answers related to "why is something in my gitignore file not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language