.gitignore 714 B

1234567891011121314151617181920212223242526
  1. # file
  2. #########################################################################
  3. # #
  4. # Title - .gitignore file #
  5. # For - iOS - Xcode8 #
  6. # #
  7. #########################################################################
  8. ## Nextcloud
  9. .DS_Store
  10. .github
  11. *.xcodeproj
  12. !Nextcloud.xcodeproj
  13. README.md
  14. Documentation/
  15. Custom/
  16. GoogleService-Info.plist
  17. DevicePushKey-Info.plist
  18. iOSClient/Brand/Device*
  19. ## Xcode private settings
  20. DerivedData/
  21. build/
  22. xcuserdata/
  23. UserInterfaceState.xcuserstate