IntelliJ 中基于目录的项目
我在 IntelliJ(10.5 社区版)中创建了一个新项目(从现有源),并选择使其基于目录。 IntelliJ 只想提交一个 .iml 文件,我也这么做了。但是,现在我似乎无法在另一台电脑上打开该项目。我还需要提交哪些其他文件?哪些应该留在本地?
I have created a new project (from existing sources) in IntelliJ (10.5 community edition) and I selected to make it directory based. IntelliJ wanted to commit only one .iml file, which I did. However, now I can't seem to open the project on my other PC. What other files do I need to commit? Which should stay local?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅常见问题解答,您还需要提交
中的大部分文件>.idea
目录,除了workspace.xml
和tasks.xml
(以及其他一些目录,具体取决于您的配置、个人偏好和安全考虑)。Please refer to the FAQ, you also need to commit most of the files from the
.idea
directory exceptworkspace.xml
andtasks.xml
(and some others depending on your configuration, personal preferences and security considerations).