So I have some folders that were tracked some time ago and added to the git history. Somehow, their content was ignored (gitignore) but everyone has them on their machine - I wasn't on the project from the beginning.
Now, their contents and the folders themselves are not needed anymore, but git doesn't see folder removal as an action.
How do I get git to record their deletion as an action so that other people get their repo cleaned up too? I'm a bit afraid of actions that change the whole history tree.