Answers for "how to add folder or file in gitignore to exclude in github pushg"

4

add file to gitignore and remove from repo

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

add folders to gitignore

dir_to_ignore/
Posted by: Guest on October-27-2021

Code answers related to "how to add folder or file in gitignore to exclude in github pushg"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language