.gitignore 796 B

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