how to get git to stop tracking a file code example
Example: stop tracking files git
git rm -r --cached . && git add . && git commit -m "Remove ignored files"
git rm -r --cached . && git add . && git commit -m "Remove ignored files"