开发过程中添加git.ignore不起作用了&解决方式

472 阅读1分钟

现象:Pods.xcodeproj多人冲突 ignore文件添加pods/也无效

解决:

git rm -r --cached .


解决中:


解决后

无冲突~