.gitignore 691 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # built application files
  2. *.apk
  3. *.ap_
  4. # files for the dex VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # generated files
  9. bin/
  10. build/
  11. *.iml
  12. gen/
  13. target/
  14. # Local configuration files (sdk path, etc)
  15. local.properties
  16. tests/local.properties
  17. # Mac .DS_Store files
  18. .DS_Store
  19. # Proguard README
  20. proguard-project.txt
  21. tests/proguard-project.txt
  22. # Android Studio and Gradle specific entries
  23. .gradle
  24. .idea
  25. *.iml
  26. build
  27. /gradle.properties
  28. .attach_pid*
  29. fastlane/Fastfile
  30. *.hprof
  31. # fastlane specific
  32. **/fastlane/report.xml
  33. # deliver temporary files
  34. **/fastlane/Preview.html
  35. # snapshot generated screenshots
  36. **/fastlane/screenshots
  37. # scan temporary files
  38. **/fastlane/test_output
  39. /fastlane/vendor/
  40. /.bundle/