1234567891011121314151617 |
- # CocoaPods
- #
- # We recommend against adding the Pods directory to your .gitignore. However
- # you should judge for yourself, the pros and cons are mentioned at:
- # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
- #
- Pods/
- Podfile.lock
- *.xcworkspace/
- *.xcodeproj/xcuserdata/
- ### Objective-C ###
- # OS X
- .DS_Store
- # svn
- .svn/
|