.gitignore 888 B

123456789101112131415161718192021222324252627282930313233
  1. # file
  2. #########################################################################
  3. # #
  4. # Title - .gitignore file #
  5. # For - iOS - Xcode8 #
  6. # Updated on - 06/March/2017 #
  7. # #
  8. #########################################################################
  9. ############ Various settings ############
  10. *.xcodeproj
  11. !Nextcloud.xcodeproj
  12. xcuserdata/
  13. README.md
  14. Documentation/
  15. Custom/
  16. GoogleService-Info.plist
  17. NextcloudDevicePushKey-Info.plist
  18. ########### OSX ###########
  19. # OS X temporary files that should never be committed
  20. .DS_Store
  21. .AppleDouble
  22. .LSOverride
  23. Pods/
  24. # Xcode
  25. xcuserdata/
  26. project.xcworkspace/
  27. DerivedData/