zend studio隐藏.svn目录

原文地址:http://blog.csdn.net/jiabangok/article/details/5883659

recently upgraded from Zend Studio 6 to the Zend Studio 7.1 beta. During the upgrade, all of my .svn folders showed up in the file browser (who would ever want to see their .svn folders in the file browser…).

 

zend studio隐藏.svn目录_第1张图片

To remove these svn folders from your project, right click on the project > Build Path > Configure Inclusion / Exclusion Filters…

zend studio隐藏.svn目录_第2张图片

Click “Add…” next to the “Exclusion patterns:” box. Add the rule “**/.svn/”. The “**/” will make it a recursive rule. Click Finish and your annoying .svn folders should now be hidden in the file browser.

zend studio隐藏.svn目录_第3张图片

原文地址:http://blog.csdn.net/jiabangok/article/details/5883659

你可能感兴趣的:(Zend)