How to disable VCS control on one of project modules?

已回答

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.

1

It can be done here:

Map the directories you need, unmap those you don't need.

2

Ah, got it, thanks! Was finding this functionality in the project structure.

0

请先登录再写评论。