Answers for "gitignore not workign"

3

.gitignore not working

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

gitignore is not working

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language