.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # Built application files
  2. *.apk
  3. *.aar
  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. # Uncomment the following line in case you need and you don't have the release build type files in your app
  15. # release/
  16. # Gradle files
  17. .gradle/
  18. build/
  19. # Local configuration file (sdk path, etc)
  20. local.properties
  21. # Proguard folder generated by Eclipse
  22. proguard/
  23. # Log Files
  24. *.log
  25. # Android Studio Navigation editor temp files
  26. .navigation/
  27. # Android Studio captures folder
  28. captures/
  29. # IntelliJ
  30. *.iml
  31. .idea/
  32. # Keystore files
  33. # Uncomment the following lines if you do not want to check your keystore files in.
  34. #*.jks
  35. #*.keystore
  36. # External native build folder generated in Android Studio 2.2 and later
  37. .externalNativeBuild
  38. .cxx/
  39. # Google Services (e.g. APIs or Firebase)
  40. # google-services.json
  41. # Freeline
  42. freeline.py
  43. freeline/
  44. freeline_project_description.json
  45. # fastlane
  46. fastlane/report.xml
  47. fastlane/Preview.html
  48. fastlane/screenshots
  49. fastlane/test_output
  50. fastlane/readme.md
  51. # Version control
  52. vcs.xml
  53. # lint
  54. lint/intermediates/
  55. lint/generated/
  56. lint/outputs/
  57. lint/tmp/
  58. # lint/reports/