How do I keep Resharper Files out of SVN?
I am using VS2008 and Resharper. Resharper creates a directory _Resharper.ProjectName. These files provide no value for source control that I am aware of and cause issues when committing changes. How can I get SVN to ignore them? I am using TortoiseSVN as my interface for SVN. EDIT: You guys are fast. Here's a link to show the ignoring process in TortoiseSVN Add the file names (or even the pattern _Resharper.* ) to the svn:ignore property for its parent directory. JasonS Gonna post an answer to my own question here as I read the manual after I typed this up. In TortoiseSVN, goto settings. Add