remove dir from git tracking code example
Example: git remove directory from tracking
Remove the folder from your local git tracking, but keep it on your disk.
git rm -r --cached path_to_your_folder/
Remove the folder from your local git tracking, but keep it on your disk.
git rm -r --cached path_to_your_folder/