RubyMine 在访问文件时忽略某些文件
当转到文件时(Go To => File,Mac OS X 上的 ⇧⌘N),有没有办法让 RubyMine 忽略某些目录?我们在供应商中有很多第三方代码,我宁愿忽略它们。
When going to file (Go To => File, ⇧⌘N on Mac OS X), is there a way to have RubyMine ignore some directories? We have a lot of third party code in vendor which I'd rather ignore.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文件 |设置|项目结构,选择右侧的目录,然后按顶部的排除按钮:
File | Settings | Project Structure, select directory on the right and press Excluded button on top:
更快的方法:
右键单击项目树中的文件夹,然后单击“将目录标记为”→“排除”。
The quicker way:
Right-click on a folder in your project tree and click
“Mark Directory As” → “Excluded”
.