Skip to content

Instantly share code, notes, and snippets.

@b-adams
Forked from anonymous/README.md
Created March 1, 2013 21:23
Show Gist options
  • Save b-adams/5067899 to your computer and use it in GitHub Desktop.
Save b-adams/5067899 to your computer and use it in GitHub Desktop.

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