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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. .idea/jarRepositories.xml
  38. # Android Studio 3 in .gitignore file.
  39. .idea/caches
  40. .idea/modules.xml
  41. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  42. .idea/navEditor.xml
  43. # Keystore files
  44. # Uncomment the following lines if you do not want to check your keystore files in.
  45. #*.jks
  46. #*.keystore
  47. # External native build folder generated in Android Studio 2.2 and later
  48. .externalNativeBuild
  49. .cxx/
  50. # Google Services (e.g. APIs or Firebase)
  51. # google-services.json
  52. # Freeline
  53. freeline.py
  54. freeline/
  55. freeline_project_description.json
  56. # fastlane
  57. fastlane/report.xml
  58. fastlane/Preview.html
  59. fastlane/screenshots
  60. fastlane/test_output
  61. fastlane/readme.md
  62. # Version control
  63. vcs.xml
  64. # lint
  65. lint/intermediates/
  66. lint/generated/
  67. lint/outputs/
  68. lint/tmp/
  69. # lint/reports/
  70. # Android Profiling
  71. *.hprof