1234567891011121314151617181920212223242526272829 |
- # file
- #########################################################################
- # #
- # Title - .gitignore file #
- # For - iOS - Xcode8 #
- # Updated on - 06/March/2017 #
- # #
- #########################################################################
- ############ Various settings ############
- xcuserdata/
- README.md
- Documentation/
- Custom/
- ########### OSX ###########
- # OS X temporary files that should never be committed
- .DS_Store
- .AppleDouble
- .LSOverride
- Pods/
- # Xcode
- xcuserdata/
- project.xcworkspace/
- DerivedData/
|