Search code examples
phpsvnphpstorm

Add directory ignore to PHPStorm


How do I add a folder to the ignore list? In PHPStorm I right-click on the folder->Subversion->set property I select Property name of:svn:ignore and set the property to folder1/folder2/* in the hope that all files in that folder will be ignored but when I want to do a check-in the files that I changed in that folder is in the list to be checked in. How can I exclude a whole folder from check-in? I am working on a Windows7 machine (if that matters)

I am using PHPStorm 6.0.1


Solution

  • Right click the directory -> Mark Directory As -> Excluded