I've committed time ago many folders that I should had ignored. I mean, the folders .vs
(and its content) into every Visual Studio
project.
That said, I've many folders/projects with .vs
into it, to the same repo.
How can I untrack all of them and start ignoring now?
Is there a recursive git rm -r --cached
? Or do I need to specify every path? And than I should add */.vs
on gitignore
right?