证书和 fastlane 文件是否应该提交到 XCode 项目中的 git?

A.S*_*A.S 5 xcode ios swift fastlane

我创建了一个配置文件,以使用 fastlane 将 iOS 应用程序部署到测试飞行。

以下是我添加到 .gitignore 的文件列表

  • fastlane/report.xml
  • fastlane/Preview.html
  • 快车道/截图
  • 快车道/测试输出
  • fastlane/README.md

我是否还应该将以下文件添加到 .gitignore 中?

  • 文件夹/certificates 中的文件
  • 快车道/应用程序文件
  • 快速通道/快速文件

Lyn*_*son 5

我不使用该testflight操作,但我确实使用 fastlane,所以我知道您绝对想添加:

  • 快速通道/快速文件
  • 快车道/应用程序文件

Fastfile 包含车道本身的逻辑。

我还想象,如果您想从其他计算机运行 fastlane,您将需要将证书添加到您的存储库中。

  • “Gemfile”、“Gemfile.lock”、“.Gemfile”怎么样? (2认同)