# to ignore all files with changes detected git rm -r --cached . git add . git commit -am "Remove ignored files"
git rm --cached <file> // Stop tracking file git rm -r --cached <folder> // Stop tracking folder