.gitignore 1.1 KB

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