メモ。
情報源: Git issue with Visual Studio 2015 update 1
I had the exact same issue as you and spent hours trying to get it to work, including re-cloning.
I solved it on my end by adding the *.VC.opendb file to the .gitignore file of my project.
As soon as i returned to visual studio all my pending changes were showing. As far as i can tell its all working normally again.
自分で.gitignoreのテンプレートを管理していたりする人はあらかじめ.gitignoreに*.VC.opendbを追加しておくと良いかもですね。
ちなみにGitHubにある有名なVisualStudio.gitignoreでは対応されています。(79行あたり)
こういうこともあったりするので、VSの標準の.gitignoreと.gitattributeを編集してチームや自分の初期設定としたいのだけど、良い方法がわからない。
コメント