New Visual Studio .gitignore *.VC.opendb

I found this file suspiciously unneeded in my git repository, and when I googled what it was, the first link suggested ignoring it from git. Is this your suggestion or is it good to leave in the repository?

I had a similar problem when I was trying to stage the files-- it refused to allow this file to stage properly without crashing. Not sure what to think-- I was able to get the rest to stage by omitting it from the list.

It’s a lock file that exists only when you have your Visual Studio projectopen. You don’t want to track it, add it to your gitignore

Privacy & Terms