Git and Visual Studio
Interested in using Git with your Visual Studio project? Add the following to your .git/info/exclude file to avoid checking in un-necessary binaries …
*/obj/*
*/bin/*
*.suo
*.user
*/Debug/*
*/Release/*
For the Resharper users add the following …
_ReSharper*
*.resharper
If you want to keep VSS files …
*.scc