Which files should I exclude from version control?
Here's my list of candidates:
project.iws (workspace file)
.idea/workspace.xml
.idea/tasks.xml
What about .eml files for projects that are based on an Eclipse workspace? Should those be stored in version control?
Thanks,
Dirk
请先登录再写评论。
No, .eml files should not be excluded, as far as I understand