.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .gradle
  2. .idea
  3. .cxx
  4. .externalNativeBuild
  5. build
  6. captures
  7. ._*
  8. *.iml
  9. .DS_Store
  10. local.properties
  11. ### Android template
  12. # Built application files
  13. *.apk
  14. *.aar
  15. *.ap_
  16. *.aab
  17. # Files for the ART/Dalvik VM
  18. *.dex
  19. # Java class files
  20. *.class
  21. # Generated files
  22. bin/
  23. gen/
  24. out/
  25. # Uncomment the following line in case you need and you don't have the release build type files in your app
  26. # release/
  27. # Gradle files
  28. .gradle/
  29. build/
  30. # Local configuration file (sdk path, etc)
  31. local.properties
  32. # Proguard folder generated by Eclipse
  33. proguard/
  34. # Log Files
  35. *.log
  36. # Android Studio Navigation editor temp files
  37. .navigation/
  38. # Android Studio captures folder
  39. captures/
  40. # IntelliJ
  41. *.iml
  42. .idea/workspace.xml
  43. .idea/tasks.xml
  44. .idea/gradle.xml
  45. .idea/assetWizardSettings.xml
  46. .idea/dictionaries
  47. .idea/libraries
  48. # Android Studio 3 in .gitignore file.
  49. .idea/caches
  50. .idea/modules.xml
  51. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  52. .idea/navEditor.xml
  53. # Keystore files
  54. # Uncomment the following lines if you do not want to check your keystore files in.
  55. #*.jks
  56. #*.keystore
  57. # External native build folder generated in Android Studio 2.2 and later
  58. .externalNativeBuild
  59. .cxx/
  60. # Google Services (e.g. APIs or Firebase)
  61. # google-services.json
  62. # Freeline
  63. freeline.py
  64. freeline/
  65. freeline_project_description.json
  66. # fastlane
  67. fastlane/report.xml
  68. fastlane/Preview.html
  69. fastlane/screenshots
  70. fastlane/test_output
  71. fastlane/readme.md
  72. # Version control
  73. vcs.xml
  74. # lint
  75. lint/intermediates/
  76. lint/generated/
  77. lint/outputs/
  78. lint/tmp/
  79. # lint/reports/
  80. # Android Profiling
  81. *.hprof
  82. app/preview/output-metadata.json
  83. app/release/output-metadata.json