# 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
proguard-project.txt
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
阿神2017-05-02 09:28:49
You can take a look at Liao Xuefeng’s GIT blog’s explanation on file ignoring.
Special files ignored