.gitignore 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. build/
  13. # Gradle files
  14. .gradle/
  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/libraries
  29. # Keystore files
  30. *.jks
  31. # External native build folder generated in Android Studio 2.2 and later
  32. .externalNativeBuild
  33. # Google Services (gcm, firebase)
  34. google-services.json
  35. # Freeline
  36. freeline/
  37. freeline_project_description.json
  38. # fastlane
  39. fastlane/report.xml
  40. fastlane/Preview.html
  41. fastlane/screenshots
  42. fastlane/test_output
  43. fastlane/readme.md
  44. # Version control
  45. .svn/
  46. # lint reports
  47. lint-results*.xml
  48. lint-results*.html
  49. # IDEA
  50. *.iws
  51. *.ipr
  52. *.idea/
  53. # Mac OS
  54. .DS_Store
  55. # Windows thumbnail db
  56. Thumbs.db
  57. /app/release/*
  58. .cxx