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 369B

123456789101112131415161718192021222324252627282930
  1. # Gradle files
  2. .gradle/
  3. build/
  4. # Local configuration file (sdk path, etc)
  5. local.properties
  6. # Log/OS Files
  7. *.log
  8. # Android Studio generated files and folders
  9. captures/
  10. .externalNativeBuild/
  11. .cxx/
  12. *.apk
  13. output.json
  14. # IntelliJ
  15. *.iml
  16. .idea/
  17. # Keystore files
  18. *.jks
  19. *.keystore
  20. # Google Services (e.g. APIs or Firebase)
  21. google-services.json
  22. # Android Profiling
  23. *.hprof