Is there a way to stop tracking and remove a folder from within Sublime Merge (or Sublime Text) ?
I might just be missing something obvious, but I ended up just adding the folder to .gitignore
and then dropping to a terminal for
git rm -r --cached path_to_my_folder/
I couldn’t see a menu option, context menu option, or command palette shortcut to let me do the same thing