How to disable VCS control on one of project modules?
Answered
Hi! I have a project with multiple modules. Each module has got own git repo (that is .git in module's root dir). I'd want to disable any VCS control - from IDEA side only, of course - for one of the modules.
How to?
P.S. Any reorganization of modules is not acceptable, let's treat the situation as input constraints.
Please sign in to leave a comment.
It can be done here:
Map the directories you need, unmap those you don't need.
Ah, got it, thanks! Was finding this functionality in the project structure.