.gitignore for Xcode 7
A quick tip on how to ignore certain files from your Xcode projects when working with git.
Join the DZone community and get the full member experience.
Join For FreeI end up rewriting this file for every Xcode project I create, so I thought I’d post it in case it is of use to anyone:
**/.DS_Store
<project_name>.xcodeproj/xcuserdata/
<project_name>.xcodeproj/project.xcworkspace/xcuserdata/
Comments and suggestions for improvement are welcome!
Topics:
xcode,
git
Published at DZone with permission of Greg Brown, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments