私のプロジェクトはこんな感じ
|.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リポジトリで動作します。
./.gitリポジトリで動作するようにintellijのアイデアを伝える方法はありますか?
別名、gitリポジトリパスを設定したり、特定の.gitリポジトリを無視したりできますか?