.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. .idea
  32. *.iml
  33. .idea/workspace.xml
  34. .idea/tasks.xml
  35. .idea/gradle.xml
  36. .idea/assetWizardSettings.xml
  37. .idea/dictionaries
  38. .idea/libraries
  39. # Android Studio 3 in .gitignore file.
  40. .idea/caches
  41. .idea/modules.xml
  42. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  43. .idea/navEditor.xml
  44. # Keystore files
  45. # Uncomment the following lines if you do not want to check your keystore files in.
  46. #*.jks
  47. #*.keystore
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50. .cxx/
  51. # Google Services (e.g. APIs or Firebase)
  52. # google-services.json
  53. # Freeline
  54. freeline.py
  55. freeline/
  56. freeline_project_description.json
  57. # fastlane
  58. fastlane/report.xml
  59. fastlane/Preview.html
  60. fastlane/screenshots
  61. fastlane/test_output
  62. fastlane/readme.md
  63. # Version control
  64. vcs.xml
  65. # lint
  66. lint/intermediates/
  67. lint/generated/
  68. lint/outputs/
  69. lint/tmp/
  70. # lint/reports/
  71. /LTDecodeSpace
  72. /adb.exe
  73. /LTDecodeNew3.exe