Reputation: 1238
I just setup SVN for my java Android project through SubEclipse. Can anyone advise me on which files I should not upload to the repository? Just like in Objective C I have my build files in a separate folder, I still don't know how the build system in Java organizes files and what is considered "build" files.
Any advice?
Upvotes: 5
Views: 951
Reputation: 3313
I would leave out anything in the following directories:
You will need to check in the following files only if you want to include your Eclipse project settings:
Upvotes: 3