.idea 文件夹是否应该保留在源代码管理之下?
这个问题是一般性的,尽管我现在对 PyCharm 感兴趣,而不是 Java 开发。
Possible Duplicate:
Intellij Idea 9, what folders to check into (or not check into) source control?
The question is general, although specifically I'm interested right now in PyCharm, not Java development.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,因为所有使用 IDEA 的开发人员都应该使用相同的项目文件。如果其他开发人员使用其他 IDE,他们也应该将其项目文件添加到源代码管理中。毕竟,我们“需要”项目文件来构建项目,不是吗?
Yes, because all the developers that use IDEA should be using the same project files. If other developers use other IDEs, they should add their project files to Source Control also. After all, we "need" the project files to build the project, don't we?
不可以,因为不能保证其他开发者也使用 Intellij idea。源代码控制必须仅包含构建项目所需的文件。
No, because it's not guaranteed that other developers also use Intellij idea. Source control has to contain only necessary files to build project.