3

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:

Configure Ignored Files screen

Here is my Default ChangeList to check all files to commit: Changes 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.

Community
  • 1
  • 1
James
  • 1,653
  • 2
  • 31
  • 60

1 Answers1

2

I had similar issue in previous times. I used tortoise svn to ignore folder and files that I wish. Only then phpstorm recognized ignored items.

Oleg Sapishchuk
  • 667
  • 6
  • 18