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.

link|improve this question

71% accept rate
@ax - not it's not, the file format change considerably between Intellij 9 and 10. – ripper234 Mar 19 '11 at 16:51
you didn't say anything about Intellij 9 or 10 ... – ax. Mar 19 '11 at 16:56
It's a duplicate, linked article has a link to FAQ page that mentions both directory and file based formats. – CrazyCoder Mar 19 '11 at 18:02
@CrazyCoder - fair enough. – ripper234 Mar 19 '11 at 19:39
feedback

closed as exact duplicate by ax., CrazyCoder, ripper234, Andrzej Doyle, Björn Pollex Mar 21 '11 at 13:02

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

No, because it's not guaranteed that other developers also use Intellij idea. Source control has to contain only necessary files to build project.

link|improve this answer
2  
Plus .idea files contain personal settings like toolbar layout and build configurations. These things are individual for each developer. – Aleksander O Mar 19 '11 at 15:17
feedback

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?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.