Skip to content

Instantly share code, notes, and snippets.

Created March 1, 2013 21:22
Show Gist options
  • Save anonymous/5067886 to your computer and use it in GitHub Desktop.
Save anonymous/5067886 to your computer and use it in GitHub Desktop.
CS132 Fixing gitignore file to include breakpoints

In Sourcetree, click the "Terminal" button to open your working directory in the Terminal Type pico .gitignore Replace the line that says

xcuserdata

with

*.xcscheme
xcschememanagement.*

Control-O to save changes

You should now be able to commit breakpoint files in Sourcetree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment