I was trying to add some directories to ignored list in SVN using the PHPstorm integration, but apparently, this is not working.
I'm following the instructions here These is my ignored files/directories:
Here is my Default ChangeList to check all files to commit:
As you can see, the .idea / directory should be ignored, but appears in the list to be sent. Someone know what I'm doing wrong?
I found similar problems in SO, but didn't find answer in any of them.