.gitignore 1.5 KB

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