I\'m new to Visual C# Studio (actually using the Express edition, but another developer is using the full version), and we are using version control (svn).
It\'s acc
Dont include bin obj *.suo *.user _Resharper* (if you have Resharper)
_Resharper*
Include *.sln *.csproj
You can also check the .gitignore file for visual studio projects on github.