You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Android 1.4KB

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