1234567891011121314151617181920212223242526272829303132333435 |
- # built application files
- *.apk
- *.ap_
- # files for the dex VM
- *.dex
- # Java class files
- *.class
- # generated files
- bin/
- build/
- *.iml
- gen/
- target/
- # Local configuration files (sdk path, etc)
- local.properties
- tests/local.properties
- lint.xml
- # Mac .DS_Store files
- .DS_Store
- # Proguard README
- proguard-project.txt
- tests/proguard-project.txt
- # Android Studio and Gradle specific entries
- .gradle
- .idea
- *.iml
- build
- /gradle.properties
|