Created
April 19, 2013 05:13
-
-
Save hlxwell/5418292 to your computer and use it in GitHub Desktop.
Command lines to ignore xcuserstate file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm --cached ProjectFolder.xcodeproj/project.xcworkspace/xcuserdata/myUserName.xcuserdatad/UserInterfaceState.xcuserstate | |
git commit -m "Removed file that shouldn't be tracked" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment