i just moved a bunch of code into a svn repo and it checked in all of the resharper files and other items that dont need to be in source control. whats is the easiest way to tell svn to ignore certain directories?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the
svn:ignoreproperty, I use the following in most of my projects root directory:That will ignore generated files (bin, and obj directories), user preferences (.suo and the ReSharper’s .user file) and the ReSharper directory.