.gitignore 1.7 KB

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