.gitignore 979 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # file
  2. #########################################################################
  3. # #
  4. # Title - .gitignore file #
  5. # For - iOS - Xcode8 #
  6. # #
  7. #########################################################################
  8. ## Nextcloud
  9. *.xcodeproj
  10. !Nextcloud.xcodeproj
  11. README.md
  12. Documentation/
  13. Custom/
  14. GoogleService-Info.plist
  15. DevicePushKey-Info.plist
  16. iOSClient/Brand/Device*
  17. ## OS X files
  18. .DS_Store
  19. .DS_Store?
  20. .Trashes
  21. ## Xcode build files
  22. DerivedData/
  23. build/
  24. ## Xcode private settings
  25. xcuserdata/
  26. *.pbxuser
  27. !default.pbxuser
  28. *.mode1v3
  29. !default.mode1v3
  30. *.mode2v3
  31. !default.mode2v3
  32. *.perspectivev3
  33. !default.perspectivev3
  34. ## Other
  35. *.xccheckout
  36. *.moved-aside
  37. *.xcuserstate
  38. *.xcscmblueprint
  39. ## Playgrounds
  40. timeline.xctimeline
  41. playground.xcworkspace