*.apk
*.ap_
*.dex
*.class
bin/
gen/
# Local config
local.properties
# others (may need?)
proguard/
*.iml
*.ipr
*.iws
.idea/
After adding this ignore file for git, simply 'git init' and you're good to use git for your Android application. It's also possible to directly clone a git repository and use File->Import->Existing Android Code into Workspace in Eclipse.
No comments:
Post a Comment