Sourcetree errors (SOLVED)

I got my .gitignore file formatted the way I wanted and I was able to stage all the necessary files except “Browse.VC.opendb”, which game me this error when I tried to stage it. I thought because of the “.VC.opendb” file format that maybe my gitignore was trying to ignore it, so I removed the “*.VC.db” line from my gitignore, but still, no dice. Any thoughts? Thanks in advance.

Don’t track that file. Add the entire .vs/ directory to your gitignore.

2 Likes

Got it, thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms