48 lines
503 B
Plaintext
48 lines
503 B
Plaintext
# root files
|
|
|
|
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
*.properties
|
|
proguard-project.txt
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
.DS_Store
|
|
|
|
|
|
gen/com/litesuits/common/BuildConfig.java
|
|
|
|
lint.xml
|
|
|
|
project.properties
|
|
|
|
.gradle
|
|
/local.properties
|
|
/.idea
|
|
/build |