Should I put my *.dotCover files in source control? Permanently deleted user Created June 29, 2011 17:18 Do these files go into source control or do I put *.dotCover into my global ignore pattern (like VS *.user files)?
Hello Chris,
*.dotCover files contain some per-solution settings, e.g. coverage filters.
So if you want to share this settings across the team, you can add *.dotCover files into the source control.