I have a lot of paths that contain build specific data:
a/b/c/d/SOME_RECURRING_FOLDER/
a/e/f/SOME_RECURRING_FOLDER/
a/g/i/a/b/c/d/SOME_RECURRING_FOLDER/
I would like to ignore all folders SOME_RECURRING_FOLDER and their content using a pattern-type solution (as there are hundreds of such SOME_RECURRING_FOLDER folders)
Is that possible in .gitignore?