UserInterfaceState.xcuserstate
프로젝트 관련된 사용자별 상태 정보 값 저장
로컬의 상태를 저장하고 있고, 프로젝트 협업에 꼭 필요한 파일이 아니라서 삭제 및 .ignore 처리 요망
Fork에서 삭제 및 .ignore 처리 가능
삭제하는 터미널 명령어
git rm --cached [Project Name].xcworkspace/xcuserdata/[User Name].xcuserdatad/UserInterfaceState.xcuserstate
git commit -m 'Removed file that shouldnt be tracked'