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.gitignore 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. *.aab
  5. # Files for the ART/Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. out/
  13. release/
  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. *.iml
  29. .idea/workspace.xml
  30. .idea/tasks.xml
  31. .idea/gradle.xml
  32. .idea/assetWizardSettings.xml
  33. .idea/dictionaries
  34. .idea/libraries
  35. # Android Studio 3 in .gitignore file.
  36. .idea/caches
  37. .idea/modules.xml
  38. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  39. .idea/navEditor.xml
  40. # Keystore files
  41. # Uncomment the following lines if you do not want to check your keystore files in.
  42. #*.jks
  43. #*.keystore
  44. # External native build folder generated in Android Studio 2.2 and later
  45. .externalNativeBuild
  46. # Google Services (e.g. APIs or Firebase)
  47. # google-services.json
  48. # Freeline
  49. freeline.py
  50. freeline/
  51. freeline_project_description.json
  52. # fastlane
  53. fastlane/report.xml
  54. fastlane/Preview.html
  55. fastlane/screenshots
  56. fastlane/test_output
  57. fastlane/readme.md
  58. # Version control
  59. vcs.xml
  60. # lint
  61. lint/intermediates/
  62. lint/generated/
  63. lint/outputs/
  64. lint/tmp/
  65. # lint/reports/