1234567891011121314151617181920212223242526272829303132333435363738 |
- *.apk
- *.ap_
- *.dex
- *.class
- bin/
- build/
- *.iml
- gen/
- target/
- local.properties
- tests/local.properties
- .DS_Store
- proguard-project.txt
- tests/proguard-project.txt
- .gradle
- .idea
- *.iml
- build
- /gradle.properties
- .attach_pid*
- fastlane/Fastfile
- *.hprof
|