UI상태를 저장하고 있는 파일
git status를 하면 계속 아래와 같이 나옴
git rm --cached [Project Name].xcworkspace/xcuserdata/[User Name].xcuserdatad/UserInterfaceState.xcuserstate
git commit -m 'Removed file that shouldnt be tracked'
을 해주면 더 이상 git status 시 UserInterfaceState.xcuserstate
을 추적 하지 않는다.
*.xcuserstate