I ran into a few synchronization issues where I had to checkout my project a few times over.
A number of us are working on an android project and need to retain the proper package structure, resource files, etc... I think that all of these should be in the repository but the class/build files should be excluded, right?
Is it good practice for my team to ignore committing their .class files?