.gitignore 924 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # file
  2. #########################################################################
  3. # #
  4. # Title - .gitignore file #
  5. # For - iOS - Xcode #
  6. # #
  7. #########################################################################
  8. ## Nextcloud
  9. *.xcodeproj
  10. !Nextcloud.xcodeproj
  11. Documentation/
  12. Custom/
  13. GoogleService-Info.plist
  14. DevicePushKey-Info.plist
  15. iOSClient/Brand/Device*
  16. ## Xcode
  17. .DS_Store
  18. */build/*
  19. *.pbxuser
  20. !default.pbxuser
  21. *.mode1v3
  22. !default.mode1v3
  23. *.mode2v3
  24. !default.mode2v3
  25. *.perspectivev3
  26. !default.perspectivev3
  27. xcuserdata
  28. profile
  29. *.moved-aside
  30. DerivedData
  31. .idea/
  32. *.hmap
  33. *.xccheckout
  34. ## Package
  35. Carthage/
  36. ### SwiftPackageManager ###
  37. .swiftpm
  38. Package.resolved
  39. *.generated.swift
  40. /.env-vars