Answers for "i add file to gitignore that is already tracked"

1

gitignore already tracked files

# to ignore all files with changes detected
git rm -r --cached .
git add .
git commit -am "Remove ignored files"
Posted by: Guest on April-12-2021

Code answers related to "i add file to gitignore that is already tracked"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language