如何禁止创建“.idea” Rubymine 中的文件夹?

发布于 2024-08-04 02:29:29 字数 86 浏览 5 评论 0原文

如何禁止在 Rubymine 中创建“.idea”文件夹?它会在打开每个文件后创建该文件夹,如果我删除该文件夹,其工作原理与不删除该文件夹的效果相同。 TIA

How to disable creating an '.idea' folder in Rubymine? It creates that folder after opening every single file and if I delete the folder, works just the same as if I don't. TIA

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-08-11 02:29:29

我认为您不能(或应该)禁用该文件夹的创建,与 NetBeans 创建的 nbproject 文件夹相同(它们可能具有类似的目的)以及任何 .svn 或其他与源代码控制相关的文件夹。事情仍然有效可能只是意味着您还没有到达它将被破坏的地方(或者如果您删除了它并且它需要它,RubyMine可能会再次创建fodler?)。

你为什么想要这样做?您几乎肯定不希望它们出现在源代码管理中,但这只是设置“忽略”属性的简单问题,这并不是一个很大的困难。

为什么不询问 RubyMine 的人呢?当我遇到问题时,他们非常有帮助。

I don't think you can (or should) disable the creation of the folder, the same as with the nbproject folder created by NetBeans (they probably serve similar purposes) and for that matter any .svn or other source control-related folders. That things still work may just mean that you haven't yet hit the place where it's going to get broken (or maybe RubyMine will just create the fodler again if you've deleted it and it needs it?).

And why would you want to? You almost certainly don't want them in source control, but that's a simple matter of setting an "ignore" property, which isn't a great hardship.

Why not ask the RubyMine guys? They were pretty helpful when I had a problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文