Xcode .git忽略 [英] Xcode .git ignore

查看:202
本文介绍了Xcode .git忽略的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题是你应该忽略调试器文件夹和Breakpoints_v2.xcbkptlist文件。或者应该提交文件。

My question is should you ignore the debugger folder and the Breakpoints_v2.xcbkptlist file. Or should the files be committed as well.

是否有标准的Xcode 5 git忽略文件,如列出的,但对于Xcode 5.我喜欢这个,因为它的评论详细解释了每个忽略文件的详细信息,这些文件不像我自己那样先进。

Is there a standard Xcode 5 git ignore file like the one listed here but for Xcode 5. I like this one because its comments explains every ignore file in detail for people who aren't as advanced like myself.

推荐答案

如果在同一个目录中有一个很大的debug / build文件夹,我会忽略它,因为它应该只是充满一次构建你肯定不需要保留的文件。我认为断点文件存储了关于如何在项目中使用断点的所有信息,我肯定会提交。

If there is a large debug/build folder in the same directory I would ignore that because it should just be full of one time build files that you definitely don't need to keep around. I assume that Breakpoints file stores all information on how you've used breakpoints in the project which I would definitely commit.

这篇关于Xcode .git忽略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆