我应该提交哪些 RubyMine 生成的文件?
RubyMine 在 .idea 目录中生成一些文件。在我的一个项目中,我看到:
- project_name
- 我
- .imlcodings.xmlmisc.xmlmodules.xmlvcs.xmlworkspace.xml
- ?
- 提交
应该将哪些提交到版本控制系统,哪些不应该
RubyMine generates some files in the .idea directory. In one of my projects I see:
- project_name.iml
- encodings.xml
- misc.xml
- modules.xml
- vcs.xml
- workspace.xml
Which should I commit to the version control system and which shouldn't?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如 http://www.jetbrains.net/devnet/docs/DOC-1192< 中所述/a>:
As stated on http://www.jetbrains.net/devnet/docs/DOC-1192:
对于 RubyMine,最好根本不共享项目文件,因为更多内容是根据您的本地设置(例如您在本地安装的 gem)自动配置的。
For RubyMine, it may be preferable not to share the project files at all, because much more of the stuff is configured automatically based on your local settings (like the gems that you have installed locally).