123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- *.apk
- *.ap_
- *.aab
- *.dex
- *.class
- bin/
- build/
- *.iml
- gen/
- target/
- local.properties
- tests/local.properties
- .DS_Store
- proguard/
- proguard-project.txt
- tests/proguard-project.txt
- *.log
- .gradle
- .idea/*
- !.idea/codeStyles/
- .idea
- build
- /gradle.properties
- .attach_pid*
- fastlane/Fastfile
- *.hprof
- captures/
- .navigation/
- app/gplay/
- !.idea/icon.svg
- !.idea/icon.png
- !.idea/icon_dark.svg
- !.idea/icon_dark.png
- *.jks
- .externalNativeBuild
- freeline.py
- freeline/
- freeline_project_description.json
- .DS_Store
- **/fastlane/report.xml
- **/fastlane/Preview.html
- **/fastlane/screenshots
- **/fastlane/test_output
- /fastlane/vendor/
- /.bundle/
- /fastlane/.bundle
- **/__pycache__/
- /gradle/verification-keyring.gpg
|