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. 回答1: Here's a link to show the ignoring process in TortoiseSVN 回答2: Add the file names (or even the pattern _Resharper.* ) to the svn:ignore property for its parent directory. 回答3: Gonna post an