Which eclipse files belong under Version Control
        Posted  
        
            by sblundy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sblundy
        
        
        
        Published on 2008-12-03T14:32:26Z
        Indexed on 
            2010/06/01
            19:33 UTC
        
        
        Read the original article
        Hit count: 215
        
Which eclipse files is it appropriate to put under source control, aside from the sources obviously. In my project, specifically, I'm wondering about:
.metadata/*
project-dir/.project
project-dir/.classpath
project-dir/.settings/*
If there are any of these for which is depends, please explain your guidelines.
© Stack Overflow or respective owner