I just started using SVN, and I have a cache directory that I don\'t need under source control. How can I ignore the whole directory/folder with SVN?
I am using Vers
Since I spent a while trying to get this to work, it should be noted that if the files already exist in SVN, you need to svn delete
them, and then edit the svn:ignore
property.
I know that seems obvious, but they kept showing up as ?
in my svn status
list, when I thought it would just ignore them locally.