.gitignore 447 B

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