.gitignore 1.6 KB

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