iOS开发:告诉git不要跟踪UserInterfaceState.xcuserstate
Posted Tonge
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS开发:告诉git不要跟踪UserInterfaceState.xcuserstate相关的知识,希望对你有一定的参考价值。
& git rm --cached 项目名称.xcodeproj/project.xcworkspace/xcuserdata/电脑用户名.xcuserdatad/UserInterfaceState.xcuserstate & git commit -m "Removed file that shouldn‘t be tracked"
以上是关于iOS开发:告诉git不要跟踪UserInterfaceState.xcuserstate的主要内容,如果未能解决你的问题,请参考以下文章