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

1234567891011121314151617181920212223242526272829303132
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. # Gradle files
  12. .gradle/
  13. build/
  14. # Local configuration file (sdk path, etc)
  15. local.properties
  16. # Proguard folder generated by Eclipse
  17. proguard/
  18. # Log Files
  19. *.log
  20. # Android Studio Navigation editor temp files
  21. .navigation/
  22. # Android Studio captures folder
  23. captures/