I usually don’t commit unnecessary files, such as .user and .suo files, to the repository.
I’m unsure about whether .testsettings and .vsdmi files are regenerated by Visual Studio if absent.
I usually don’t commit unnecessary files, such as .user and .suo files, to the
Share
Yes, you should commit those files as they contain Visual Studio unit testing and code coverage settings for the project.