Created
October 6, 2017 08:09
-
-
Save mwrites/0f14aa05f1efa20bf825d81a55484d4b to your computer and use it in GitHub Desktop.
Xcode9 .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OS X | |
.DS_Store | |
# Xcode | |
xcuserdata/ | |
*.xccheckout | |
# AppCode | |
.idea/ | |
# Bundler | |
.bundle/ | |
Carthage | |
# 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment