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.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. # Gradle files
  14. .gradle/
  15. build/
  16. # Local configuration file (sdk path, etc)
  17. local.properties
  18. # Proguard folder generated by Eclipse
  19. proguard/
  20. # Log Files
  21. *.log
  22. # Android Studio Navigation editor temp files
  23. .navigation/
  24. # Android Studio captures folder
  25. captures/
  26. # IntelliJ
  27. *.iml
  28. .idea/workspace.xml
  29. .idea/tasks.xml
  30. .idea/gradle.xml
  31. .idea/assetWizardSettings.xml
  32. .idea/dictionaries
  33. .idea/libraries
  34. .idea/caches
  35. # Android Studio 3 in .gitignore file.
  36. .idea/caches/build_file_checksums.ser
  37. .idea/modules.xml
  38. # Keystore files
  39. # Uncomment the following lines if you do not want to check your keystore files in.
  40. #*.jks
  41. #*.keystore
  42. # External native build folder generated in Android Studio 2.2 and later
  43. .externalNativeBuild
  44. # Google Services (e.g. APIs or Firebase)
  45. # google-services.json
  46. # Freeline
  47. freeline.py
  48. freeline/
  49. freeline_project_description.json
  50. # fastlane
  51. fastlane/report.xml
  52. fastlane/Preview.html
  53. fastlane/screenshots
  54. fastlane/test_output
  55. fastlane/readme.md
  56. # Version control
  57. vcs.xml
  58. # lint
  59. lint/intermediates/
  60. lint/generated/
  61. lint/outputs/
  62. lint/tmp/
  63. # lint/reports/