.gitignore 706 B

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