Experiencing steady growth driven by government initiatives promoting digital transformation and increasing consumer awareness of the benefits of modern communication tools.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

.gitignore 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. *.aab
  6. # Files for the ART/Dalvik VM
  7. *.dex
  8. # Java class files
  9. *.class
  10. # Generated files
  11. bin/
  12. gen/
  13. out/
  14. # Gradle files
  15. .gradle/
  16. build/
  17. # Local configuration file (sdk path, etc)
  18. local.properties
  19. # Proguard folder generated by Eclipse
  20. proguard/
  21. # Log Files
  22. *.log
  23. # Android Studio Navigation editor temp files
  24. .navigation/
  25. # Android Studio captures folder
  26. captures/
  27. # IntelliJ
  28. *.iml
  29. .idea/workspace.xml
  30. .idea/tasks.xml
  31. .idea/gradle.xml
  32. .idea/assetWizardSettings.xml
  33. .idea/dictionaries
  34. .idea/libraries
  35. .idea/caches
  36. # Keystore files
  37. # Uncomment the following lines if you do not want to check your keystore files in.
  38. #*.jks
  39. #*.keystore
  40. # External native build folder generated in Android Studio 2.2 and later
  41. .externalNativeBuild
  42. # Google Services (e.g. APIs or Firebase)
  43. google-services.json
  44. # Freeline
  45. freeline.py
  46. freeline/
  47. freeline_project_description.json
  48. # fastlane
  49. fastlane/report.xml
  50. fastlane/Preview.html
  51. fastlane/screenshots
  52. fastlane/test_output
  53. fastlane/readme.md