.gitignore 710 B

1234567891011121314151617181920212223242526
  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. *.xcuserstate
  22. project.xcworkspace/
  23. xcuserdata/