123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- *.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
- /fastlane/vendor/
- /.bundle/
|