.gitignore 928 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
  3. # built application files
  4. *.apk
  5. *.ap_
  6. *.aab
  7. # files for the dex 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 README
  23. proguard-project.txt
  24. tests/proguard-project.txt
  25. # Android Studio and Gradle specific entries
  26. .gradle
  27. .idea/*
  28. !.idea/codeStyles/
  29. build
  30. /gradle.properties
  31. .attach_pid*
  32. fastlane/Fastfile
  33. *.hprof
  34. # fastlane specific
  35. **/fastlane/report.xml
  36. # deliver temporary files
  37. **/fastlane/Preview.html
  38. # snapshot generated screenshots
  39. **/fastlane/screenshots
  40. # scan temporary files
  41. **/fastlane/test_output
  42. /fastlane/vendor/
  43. /.bundle/
  44. /fastlane/.bundle
  45. # python
  46. **/__pycache__/
  47. /gradle/verification-keyring.gpg