I have a Visual Studio 2010 project with Unit Test project.
We have 5 peoples working in a team.
I am using SVN and TortoiseSVN client for source control.
What are the files and folder I should automatically exclude from the soruce control?
Below is the folder I am excluding:
- bin
- obj
Should I exclude files like sln, suo, csproj, and TestResults?
Thank you.
Edited:
I think below is the list:
global-ignores = bin obj *.suo *.obj *.pdb *.exe *.dll *.csproj.user