I noticed ReSharper has created a dotsettings.user
in my Source folder.
No, the dotSettings.user
file should be excluded from source control. It has user specific information in it, and shouldn't be shared, e.g. bookmarks, unit test session windows.
The .dotSettings
contains project or solution specific settings that can be shared with the team, e.g. naming standards or braces layout. If you wish to share these amongst teams then the file should be included.