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
Please sign in to leave a comment.
No, .eml files should not be excluded, as far as I understand