.gitignore 1.4 KB

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