Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Flutter 应用程序已多次发布到生产环境,但上次我构建时遇到了一些新生成的文件/ios/build/XCBuildData,其中大多数文件名为random-desc.xcbuildorrandom-manifest.xcbuild和一个build.db文件。
/ios/build/XCBuildData
random-desc.xcbuild
random-manifest.xcbuild
build.db
我不确定为什么这些文件开始出现,但如果它们要被 .gitignore 签入或忽略,我似乎无法找到信息。
你们有什么感想?
根据这个答案 所有的构建文件夹都应该被忽略(包括XCBuildData)