.gitignore 947 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. gradle/*
  15. build/
  16. # Local configuration file (sdk path, etc)
  17. local.properties
  18. # Proguard folder generated by Eclipse
  19. proguard/
  20. # Log Files
  21. *.log
  22. # Android Studio Navigation editor temp files
  23. .navigation/
  24. # Android Studio captures folder
  25. captures/
  26. # IntelliJ
  27. *.iml
  28. .idea/*
  29. .idea/workspace.xml
  30. .idea/tasks.xml
  31. .idea/gradle.xml
  32. .idea/dictionaries
  33. .idea/libraries
  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. # Freeline
  40. freeline.py
  41. freeline/
  42. freeline_project_description.json
  43. # fastlane
  44. fastlane/report.xml
  45. fastlane/Preview.html
  46. fastlane/screenshots
  47. fastlane/test_output
  48. fastlane/readme.md
  49. config.txt
  50. mapping.txt
  51. output.json