I have a VCS root added to the template and the template is in the main project.
My project hierarchy looks something like this:
MAIN-PROJ --> SUB-PROJ1 --> SUB-SUB-PROJ1.......PROJN
--> SUB-PROJ2 --> SUB2-SUB_PROJ1.......PROJN
MAIN-PROJ contains my configuration template and I have added a VCS root to it. I don't want to use the VCS root in SUB-PROJ2 and it's sub projects.
How to achieve that?