Skip to content

Instantly share code, notes, and snippets.

@malcolmkmd
Created September 15, 2017 06:43
Show Gist options
  • Save malcolmkmd/2468f9f4b8c9597ae630121fe9439d56 to your computer and use it in GitHub Desktop.
Save malcolmkmd/2468f9f4b8c9597ae630121fe9439d56 to your computer and use it in GitHub Desktop.
Xcode Git Ignore, ignores pods
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
-- INSERT --
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment