.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. *.aab
  5. # Files for the ART/Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. build/
  12. *.iml
  13. gen/
  14. target/
  15. # Local configuration files (sdk path, etc)
  16. local.properties
  17. tests/local.properties
  18. # Mac .DS_Store files
  19. .DS_Store
  20. # Proguard folder generated by Eclipse
  21. proguard/
  22. proguard-project.txt
  23. tests/proguard-project.txt
  24. # Log Files
  25. *.log
  26. # Android Studio and Gradle specific entries
  27. .gradle
  28. .idea/*
  29. !.idea/codeStyles/
  30. .idea
  31. build
  32. /gradle.properties
  33. .attach_pid*
  34. fastlane/Fastfile
  35. *.hprof
  36. captures/
  37. .navigation/
  38. app/gplay/
  39. # IDEA/Android Studio project settings ignore exceptions
  40. !.idea/icon.svg
  41. !.idea/icon.png
  42. !.idea/icon_dark.svg
  43. !.idea/icon_dark.png
  44. # Keystore files
  45. *.jks
  46. # External native build folder generated in Android Studio 2.2 and later
  47. .externalNativeBuild
  48. # Google Services (e.g. APIs or Firebase)
  49. #google-services.json
  50. #app/google-services.json
  51. # Freeline
  52. freeline.py
  53. freeline/
  54. freeline_project_description.json
  55. .DS_Store
  56. # fastlane specific
  57. **/fastlane/report.xml
  58. # deliver temporary files
  59. **/fastlane/Preview.html
  60. # snapshot generated screenshots
  61. **/fastlane/screenshots
  62. # scan temporary files
  63. **/fastlane/test_output
  64. /fastlane/vendor/
  65. /.bundle/
  66. /fastlane/.bundle
  67. # python
  68. **/__pycache__/