12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- *.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
- **/fastlane/report.xml
- **/fastlane/Preview.html
- **/fastlane/screenshots
- **/fastlane/test_output
|