.gitignore 1.4 KB

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