.gitignore 950 B

12345678910111213141516171819202122232425262728293031323334353637
  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. DevicePushKey-Info.plist
  18. iOSClient/Brand/Device*
  19. ########### OSX ###########
  20. # OS X temporary files that should never be committed
  21. .DS_Store
  22. .AppleDouble
  23. .LSOverride
  24. Pods/
  25. # Xcode
  26. xcuserdata/
  27. project.xcworkspace/
  28. DerivedData/
  29. xcshareddata/
  30. xcuserdata
  31. xcuserstate
  32. xcbkptlist