Do we need to check in *.xcuserstate?

后端 未结 1 2018
旧时难觅i
旧时难觅i 2021-01-17 10:36

I am wondering do we need to checkin *.xcuserstate file? I think it is not part of source code? But maybe it is important to maintain it in the source control?

相关标签:
1条回答
  • 2021-01-17 11:38

    No, you should ignore that file from source control. It's a user-specific file used by Xcode to set up your workspace for you, so you're right that it's not part of the source code.

    0 讨论(0)
提交回复
热议问题