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 959B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Built application files
  2. *.apk
  3. *.ap_
  4. # Files for the ART/Dalvik VM
  5. *.dex
  6. # Java class files
  7. *.class
  8. # Generated files
  9. bin/
  10. gen/
  11. out/
  12. # Gradle files
  13. .gradle/
  14. build/
  15. # Local configuration file (sdk path, etc)
  16. local.properties
  17. # Proguard folder generated by Eclipse
  18. proguard/
  19. # Log Files
  20. *.log
  21. # Android Studio Navigation editor temp files
  22. .navigation/
  23. # Android Studio captures folder
  24. captures/
  25. # IntelliJ
  26. *.iml
  27. .idea/workspace.xml
  28. .idea/tasks.xml
  29. .idea/gradle.xml
  30. .idea/dictionaries
  31. .idea/libraries
  32. # Keystore files
  33. # Uncomment the following line if you do not want to check your keystore files in.
  34. #*.jks
  35. # External native build folder generated in Android Studio 2.2 and later
  36. .externalNativeBuild
  37. # Google Services (e.g. APIs or Firebase)
  38. google-services.json
  39. # Freeline
  40. freeline.py
  41. freeline/
  42. freeline_project_description.json
  43. # fastlane
  44. fastlane/report.xml
  45. fastlane/Preview.html
  46. fastlane/screenshots
  47. fastlane/test_output
  48. fastlane/readme.md