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的主要内容,如果未能解决你的问题,请参考以下文章

git忽略对已入库文件的修改

Git使用的自我总结

Xama不会跟踪Xamarin Android新文件

git reset --hard HEAD 留下未跟踪的文件

如何告诉 Git 它是同一个目录,只是名称不同

Git 真的可以跟踪单个函数从一个文件到另一个文件的移动吗?如果是这样,怎么做?