Typical .gitignore file for an Android app

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties
 Refer to  https://github.com/github/gitignore

你可能感兴趣的:(android)