Sunday, October 30, 2011

Gitignore settings for Android


# ignore built application files
*.apk*.ap_


# Java class files
*.class
# VM files
*.dex
# dont need generated files
bin/
gen/
# Local configuration files
local.properties
#You can copy those into gitignore.txt and then save as ".gitignore" in "all files format". 

No comments:

Post a Comment

Hey!
Let me know what you think?