2017-06-11 16:51:33 +08:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Eclipse project files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
|
|
|
|
# Proguard folder generated by Eclipse
|
|
|
|
proguard/
|
|
|
|
|
|
|
|
# Intellij project files
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
.idea/
|
|
|
|
|
2017-06-11 19:24:09 +08:00
|
|
|
*.iml
|
|
|
|
.gradle
|
|
|
|
/local.properties
|
|
|
|
/.idea/workspace.xml
|
|
|
|
/.idea/libraries
|
|
|
|
.DS_Store
|
|
|
|
/build
|
|
|
|
/captures
|
|
|
|
.externalNativeBuild
|
|
|
|
|