我的项目看起来像这样
|.git(this is the project's git)
|--App1
|--App2
|--MyApp |.git (this is the git for heroku with dummy commits)
|--SubFolder1
|--SubFolder2
我有另一个用于 heroku 部署的 git 存储库。
我只使用“MyApp”文件夹使用 intellij-idea。
Intellij 与 ./MyApp/.git 存储库一起使用。
有没有办法告诉 intellij idea 使用 ./.git 存储库?
Aka 我可以设置 git 存储库路径或忽略给定的 .git 存储库吗?