我如何配置 phpstorm 以便默认行为是忽略 VCS?

How can I configure phpstorm so default behaviour is to ignore VCS?

如果我用 Phpstorm 打开一个 folder/project 并且该文件夹包含一个 git 存储库,phpstorm 会自动假设我希望它来管理该存储库。
对于 VCS,我更喜欢终端 + git 所以通常我只是进入 settings > version control 和 disable/unregister git VCS root.
我想配置 phpstorm,使其默认行为是忽略它检测到的任何 VCS,而不是尝试管理 VCS。
我该怎么做?

如果您不想在 Phpstorm 中使用 Git,只需禁用或卸载 Git 插件:

Settings > Plugins > Git Integration - 取消勾选

Afaik,没有办法明确禁用自动 VCS root 包含。