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

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