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