.gitignore 1.4 KB

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