我应该忽略 git 中的 UnserInterfaceState 和 xcschememanagement 文件吗?
Should I ignore UnserInterfaceState and xcschememanagement files in git?
带有 iOS 个项目的 Git 个问题的 SourceTree。
两个文件始终在未暂存文件中:
UnserInterfaceState.xcuserstate
xcschememanagement.plist
但是,实际上我没有做任何改变。 (也许我只是点击了 Xcode window 中项目中的一个文件?)
我应该
- 提交并推送这两个文件?
- 只需选择 "Ignore file"?
即可忽略它们
- "Remove file"?
我不想打扰其他团队开发人员。
通常,这两个文件的最佳选择是什么?
将此文件添加到 .gitignore
文件,以便 git 开始忽略此文件。
带有 iOS 个项目的 Git 个问题的 SourceTree。
两个文件始终在未暂存文件中:
UnserInterfaceState.xcuserstate
xcschememanagement.plist
但是,实际上我没有做任何改变。 (也许我只是点击了 Xcode window 中项目中的一个文件?)
我应该
- 提交并推送这两个文件?
- 只需选择 "Ignore file"? 即可忽略它们
- "Remove file"?
我不想打扰其他团队开发人员。
通常,这两个文件的最佳选择是什么?
将此文件添加到 .gitignore
文件,以便 git 开始忽略此文件。