We have our Experts who will use their Growth Hacks to Increase Mobile App Downloads. Visit:https://keymarketing.in/blog/how-to-increase-app-downloads-in-play-store

.gitignore 776B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  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/dictionaries
  32. .idea/libraries
  33. # Keystore files
  34. *.jks
  35. # External native build folder generated in Android Studio 2.2 and later
  36. .externalNativeBuild
  37. # Google Services (e.g. APIs or Firebase)
  38. google-services.json
  39. # Freeline
  40. freeline.py
  41. freeline/
  42. freeline_project_description.json