Answers for "how to create ignore file in git"

-1

git ignore not saving changes

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

how to add filer to git ignore

go to the gitignore file, add the name of the file to ignore
Posted by: Guest on February-09-2021

Code answers related to "how to create ignore file in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language