You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Android 1021B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. *.aab
  5. # Files for the ART/Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. out/
  13. # Gradle files
  14. .gradle/
  15. build/
  16. # Local configuration file (sdk path, etc)
  17. local.properties
  18. # Proguard folder generated by Eclipse
  19. proguard/
  20. # Log Files
  21. *.log
  22. # Android Studio Navigation editor temp files
  23. .navigation/
  24. # Android Studio captures folder
  25. captures/
  26. # IntelliJ
  27. *.iml
  28. .idea/workspace.xml
  29. .idea/tasks.xml
  30. .idea/gradle.xml
  31. .idea/assetWizardSettings.xml
  32. .idea/dictionaries
  33. .idea/libraries
  34. .idea/caches
  35. # Keystore files
  36. # Uncomment the following lines if you do not want to check your keystore files in.
  37. #*.jks
  38. #*.keystore
  39. # External native build folder generated in Android Studio 2.2 and later
  40. .externalNativeBuild
  41. # Google Services (e.g. APIs or Firebase)
  42. google-services.json
  43. # Freeline
  44. freeline.py
  45. freeline/
  46. freeline_project_description.json
  47. # fastlane
  48. fastlane/report.xml
  49. fastlane/Preview.html
  50. fastlane/screenshots
  51. fastlane/test_output
  52. fastlane/readme.md