.gitignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Built application files
  2. *.apk
  3. *.aar
  4. *.ap_
  5. *.aab
  6. proguardMapping.txt
  7. # Files for the ART/Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. bin/
  13. gen/
  14. out/
  15. # Uncomment the following line in case you need and you don't have the release build type files in your app
  16. # release/
  17. # Gradle files
  18. .gradle/
  19. build/
  20. # Local configuration file (sdk path, etc)
  21. local.properties
  22. # Proguard folder generated by Eclipse
  23. proguard/
  24. # Log Files
  25. *.log
  26. # Android Studio Navigation editor temp files
  27. .navigation/
  28. # Android Studio captures folder
  29. captures/
  30. # IntelliJ
  31. *.iml
  32. .idea/workspace.xml
  33. .idea/tasks.xml
  34. .idea/gradle.xml
  35. .idea/assetWizardSettings.xml
  36. .idea/dictionaries
  37. .idea/libraries
  38. # Android Studio 3 in .gitignore file.
  39. .idea/caches
  40. .idea/modules.xml
  41. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  42. .idea/navEditor.xml
  43. # Keystore files
  44. # Uncomment the following lines if you do not want to check your keystore files in.
  45. #*.jks
  46. #*.keystore
  47. # External native build folder generated in Android Studio 2.2 and later
  48. .externalNativeBuild
  49. .cxx/
  50. # Google Services (e.g. APIs or Firebase)
  51. # google-services.json
  52. # Freeline
  53. freeline.py
  54. freeline/
  55. freeline_project_description.json
  56. # fastlane
  57. fastlane/report.xml
  58. fastlane/Preview.html
  59. fastlane/screenshots
  60. fastlane/test_output
  61. fastlane/readme.md
  62. # Version control
  63. vcs.xml
  64. # lint
  65. lint/intermediates/
  66. lint/generated/
  67. lint/outputs/
  68. lint/tmp/
  69. # lint/reports/
  70. /LTDecodeSpace
  71. /adb.exe
  72. /LTDecodeNew3.exe