.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: GPL-3.0-or-later
  3. # Built application files
  4. *.apk
  5. *.ap_
  6. *.aab
  7. # Files for the ART/Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. bin/
  13. build/
  14. *.iml
  15. gen/
  16. target/
  17. # Local configuration files (sdk path, etc)
  18. local.properties
  19. tests/local.properties
  20. # Mac .DS_Store files
  21. .DS_Store
  22. # Proguard folder generated by Eclipse
  23. proguard/
  24. proguard-project.txt
  25. tests/proguard-project.txt
  26. # Log Files
  27. *.log
  28. # Android Studio and Gradle specific entries
  29. .gradle
  30. .idea/*
  31. !.idea/codeStyles/
  32. .idea
  33. build
  34. /gradle.properties
  35. .attach_pid*
  36. fastlane/Fastfile
  37. *.hprof
  38. captures/
  39. .navigation/
  40. app/gplay/
  41. # IDEA/Android Studio project settings ignore exceptions
  42. !.idea/icon.svg
  43. !.idea/icon.png
  44. !.idea/icon_dark.svg
  45. !.idea/icon_dark.png
  46. # Keystore files
  47. *.jks
  48. # External native build folder generated in Android Studio 2.2 and later
  49. .externalNativeBuild
  50. # Google Services (e.g. APIs or Firebase)
  51. #google-services.json
  52. #app/google-services.json
  53. # Freeline
  54. freeline.py
  55. freeline/
  56. freeline_project_description.json
  57. .DS_Store
  58. # fastlane specific
  59. **/fastlane/report.xml
  60. # deliver temporary files
  61. **/fastlane/Preview.html
  62. # snapshot generated screenshots
  63. **/fastlane/screenshots
  64. # scan temporary files
  65. **/fastlane/test_output
  66. /fastlane/vendor/
  67. /.bundle/
  68. /fastlane/.bundle
  69. # python
  70. **/__pycache__/
  71. /gradle/verification-keyring.gpg