.gitignore 829 B

12345678910111213141516171819202122232425262728293031
  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. ########### OSX ###########
  17. # OS X temporary files that should never be committed
  18. .DS_Store
  19. .AppleDouble
  20. .LSOverride
  21. Pods/
  22. # Xcode
  23. xcuserdata/
  24. project.xcworkspace/
  25. DerivedData/