how to stop tracking specific file git 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"