Add directory ignore to PHPStorm

空扰寡人 提交于 2020-01-24 04:43:55

问题


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


回答1:


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




回答2:


Try right-click on the folder then Subversion->Ignore.



来源:https://stackoverflow.com/questions/16219186/add-directory-ignore-to-phpstorm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!