.gitignore 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the ART/Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. out/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # IntelliJ
  26. *.iml
  27. .idea/workspace.xml
  28. .idea/tasks.xml
  29. .idea/gradle.xml
  30. .idea/assetWizardSettings.xml
  31. .idea/dictionaries
  32. .idea/libraries
  33. .idea/caches
  34. # Keystore files
  35. # Uncomment the following line if you do not want to check your keystore files in.
  36. #*.jks
  37. # External native build folder generated in Android Studio 2.2 and later
  38. .externalNativeBuild
  39. # Google Services (e.g. APIs or Firebase)
  40. google-services.json
  41. # Freeline
  42. freeline.py
  43. freeline/
  44. freeline_project_description.json
  45. # fastlane
  46. fastlane/report.xml
  47. fastlane/Preview.html
  48. fastlane/screenshots
  49. fastlane/test_output
  50. fastlane/readme.md