For example I have two projects open in the same Sublime window :

Is it possible to remove .dotfiles directory from it from command palette?
For example I have two projects open in the same Sublime window :

Is it possible to remove .dotfiles directory from it from command palette?
it’s possible, but you will need a plugin to do it, or choose Project: Edit Project and manually edit the JSON to remove the .dotfiles folder and save it.
Also, just to avoid confusion regarding terminology, you currently have two folders added to a single project. Sublime Text can only open one project per window, but each project can have multiple folders attached to it.
Maybe this is a feature, which could be added to the ProjectManager package? We could ask @randy3k to add it. Should not be too complicated to create a quick panel with a list of all folders of a window and remove them on selection.
I though think that it could be a feature of FileManager as it is already handling similar things
cc: @math2001