gpt4 book ai didi

ios - Xcode 6 gitignore 文件应该包括什么?

转载 作者:IT王子 更新时间:2023-10-29 01:14:40 24 4
gpt4 key购买 nike

对于 Xcode 6,典型的 .gitignore 应该包括什么?

有关 Xcode 5 中引入的 xccheckout 的信息,请参阅 here

最佳答案

1)

最简单的答案是我的看起来像这样:

# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
# Pods - for those of you who use CocoaPods
Pods

我认为这与 GitHub 默认为其所有存储库设置的 .gitignore 相同。

2)

另一个答案是有一个 website called "gitignore.io" , 它根据 https://github.com/github/gitignore 中的 .gitignore 模板生成文件.

关于ios - Xcode 6 gitignore 文件应该包括什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18939421/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com