Removing a directory from the git repository after adding it to .gitignore
If a directory was added to .gitignore before pushing to the repository, it does not get pushed. But if the directory was already pushed, and later added to .gitignore, then to remove it from the repository: The directory dirToIgnore should now be removed from the git repository.