Search Results

2
votes

How do I keep Resharper Files out of SVN?

Short answer: the "svn:ignore" property Long answer: # cd /your/working/copy # export EDITOR=vi # svn propedit svn:ignore . (add "_Resharper.ProjectName" o …