.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. # Android Studio 3 in .gitignore file.
  33. .idea/caches
  34. .idea/modules.xml
  35. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  36. .idea/navEditor.xml
  37. # Keystore files
  38. # Uncomment the following lines if you do not want to check your keystore files in.
  39. #*.jks
  40. #*.keystore
  41. # External native build folder generated in Android Studio 2.2 and later
  42. .externalNativeBuild
  43. .cxx/
  44. # Google Services (e.g. APIs or Firebase)
  45. # google-services.json
  46. # Freeline
  47. freeline.py
  48. freeline/
  49. freeline_project_description.json
  50. # fastlane
  51. fastlane/report.xml
  52. fastlane/Preview.html
  53. fastlane/screenshots
  54. fastlane/test_output
  55. fastlane/readme.md
  56. # Version control
  57. vcs.xml
  58. # lint
  59. lint/intermediates/
  60. lint/generated/
  61. lint/outputs/
  62. lint/tmp/
  63. # lint/reports/
  64. /app/key
  65. output-metadata.json
  66. # Android Profiling
  67. *.hprof