Answers for "gitignore how to add file"

4

add file to gitignore and remove from repo

git rm -r --cached .
Posted by: Guest on May-21-2020
13

git add gitignore

$ touch .gitignore
Posted by: Guest on June-09-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 "gitignore how to add file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language