ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore? ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore? asp.net asp.net

ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore?


Not really 'definitive', but I always ignore .suo and .user files and the bin/ and obj/ directories


Here's my ignore list from TortoiseSVN. VisualSVN requires TortoiseSVN and uses its settings.

bin obj *.exe *.pdb *.suo _ReSharper.* *.user

I haven't committed any unwanted (or not committed any wanted) files with this setting.


If you have any WCF service references then you only need to include the files Reference.cs and Reference.svcmap for each service reference.