什么是“标准”? iPhone (Xcode) 项目的 .gitignore 内容?
iPhone (Xcode) 项目的 .gitignore 文件的“标准”内容是什么?
PS:不确定这是否需要是CW。
What is considered the 'standard' content of .gitignore file for an iPhone (Xcode) project?
PS: not sure if this needs to be a CW.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个好的开始。
根据戴夫的建议进行了更新。
This is a good start.
updated with Dave's suggestions.
您还应该在 xcode 4.2 中排除
xcworkspace
和xcuserdata
。所以这里是一个完整的列表,对于 iOS 项目应该忽略它You should also exclude
xcworkspace
andxcuserdata
in xcode 4.2. So here is a complete list which one should ignore for iOS projects来自 GitHub
gitignore
项目,截至今天:来源:https:/ /github.com/github/gitignore/blob/master/Objective-C.gitignore
From the GitHub
gitignore
project, as of today:Source: https://github.com/github/gitignore/blob/master/Objective-C.gitignore