.gitignore 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. UserInterfaceState.xcuserstate
  27. ## Other
  28. *.xccheckout
  29. *.moved-aside
  30. *.xcuserstate
  31. *.xcscmblueprint
  32. ## Playgrounds
  33. timeline.xctimeline
  34. playground.xcworkspace