将 .xcdatamodel/layout 添加到 .gitignore 会导致问题吗?
使用 Core Data 时,每次查看数据模型时,Xcode 似乎都会修改 .xcdatamodel/layout
文件。我不想提交该更改,因为我什么也没做。将该文件添加到 .gitignore 是否安全?
When using Core Data, Xcode seems to modify the .xcdatamodel/layout
file every time I view the data model. I don't want to commit that change because I haven't done anything. Is it safe to add that file to the .gitignore?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的实验中它是安全的。不过,我建议让 git 备份它。开销很小,所以为什么这会困扰您呢?
In my experiment it was safe. However, I recommend just letting git back it up. The overhead is minimal, so why should this bother you?