You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
485 B
48 lines
485 B
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
gen/
|
|
generated/
|
|
docs/
|
|
finalOutput/
|
|
projectFilesBackup/
|
|
|
|
build.xml
|
|
|
|
# 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/
|
|
|
|
.directory
|
|
|
|
# gradle wrapper working directory
|
|
.gradle
|
|
|
|
build/
|
|
|
|
# maven
|
|
target/
|
|
|
|
.DS_Store
|