I've created a workspace and a project with few files, and now I want to put my project under source control system.
However, MoSync created a bunch of its own files, and I wonder which ones of them I should put to source control (so that I could continue development from the same point in the same context on some other machine), and which ones are in fact temporary and can be easily reconstructed.
Particularly, I see:
.metadata directory in the workspace root
.settings directory in the project root
.cproject, .mosyncproject, .project, .mosyncproject.local files in project root.
Which of them I should check in, and which I should not?