.gitignore 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/
  28. # Keystore files
  29. # Uncomment the following line if you do not want to check your keystore files in.
  30. #*.jks
  31. # External native build folder generated in Android Studio 2.2 and later
  32. .externalNativeBuild
  33. # CXX compile cache
  34. app/.cxx
  35. # Google Services (e.g. APIs or Firebase)
  36. google-services.json
  37. # Freeline
  38. freeline.py
  39. freeline/
  40. freeline_project_description.json
  41. # fastlane
  42. fastlane/report.xml
  43. fastlane/Preview.html
  44. fastlane/screenshots
  45. fastlane/test_output
  46. fastlane/readme.md