How to add a folder to the ignore list? In PHPStorm, I right-click on the folder-> Subversion-> set property. I select Property name: svn: ignore and set the property folder1 / folder2 / * in the hope that all the files in this folder will be ignored, but when I want to register the files that I changed in this folder, Iām in the list that I need to check . How can I exclude an entire folder from registration? I am working on a Windows7 machine (if that matters)
I am using PHPStorm 6.0.1
source share