Should I check-in IDE project files to version control system?
        Posted  
        
            by Alexey Kalmykov
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alexey Kalmykov
        
        
        
        Published on 2010-05-27T21:10:13Z
        Indexed on 
            2010/05/27
            21:11 UTC
        
        
        Read the original article
        Hit count: 229
        
For a Java project (with the team of 5-10 developers) should I store my IDE project files (e.g. Eclipse or IntelliJ Idea) in version control system (currently I store only build scripts)? What's the best practice?
PS Do you aware of any tools to automatically generate project files for common Java IDEs according to some descriptor?
© Stack Overflow or respective owner