Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add directory ignore to PHPStorm

Tags:

php

svn

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

like image 935
Jack Smit Avatar asked Nov 12 '22 06:11

Jack Smit


1 Answers

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

like image 57
Anass Ez-zouaine Avatar answered Nov 14 '22 23:11

Anass Ez-zouaine