Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created April 19, 2013 05:13
Show Gist options
  • Save hlxwell/5418292 to your computer and use it in GitHub Desktop.
Save hlxwell/5418292 to your computer and use it in GitHub Desktop.
Command lines to ignore xcuserstate file
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