Add directory to ignore in PHPStorm

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

+4
source share
2 answers

Right-click the directory → Mark directory as → Excluded

0
source

Try right-clicking on the folder, then Subversion-> Ignore.

0
source

All Articles