0
にPROJECT_NAME /デバッグを定義します。 .gitignore
には、普遍的な方法で/project_name/Debug
と/project_name/Release
が含まれていません。project_name/
ディレクトリを定義していませんか?は、私は、ディスク上のVisual C++プロジェクトを持っている.gitignore
にPROJECT_NAME /デバッグを定義します。 .gitignore
には、普遍的な方法で/project_name/Debug
と/project_name/Release
が含まれていません。project_name/
ディレクトリを定義していませんか?は、私は、ディスク上のVisual C++プロジェクトを持っている.gitignore
試行gitignore.ioさまざまなシナリオで.gitignore
を生成できます。次に、生成された.gitignore
ファイルを指すように、git構成のcore.excludesfile
をポイントします。
git config --global core.excludesfile 'GIT_IGNORE_PATH/.gitignore'
[Visual Studioのプロジェクトおよびソリューションのための.gitignore](http://stackoverflow.com/questions/2143956/gitignore-for-visual-studio-projects-and-solutions)の可能性の重複 –