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.gitignore 431B

123456789101112131415161718192021222324252627282930313233
  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. misc.xml
  18. deploymentTargetDropDown.xml
  19. render.experimental.xml
  20. # Keystore files
  21. *.jks
  22. *.keystore
  23. # Google Services (e.g. APIs or Firebase)
  24. google-services.json
  25. # Android Profiling
  26. *.hprof