Skip to content

Instantly share code, notes, and snippets.

@lilyball
Created January 19, 2011 01:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lilyball/785500 to your computer and use it in GitHub Desktop.
Save lilyball/785500 to your computer and use it in GitHub Desktop.
.gitignore
# ignore all files in an xcodeproj except for the project itself
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
# unfortunately, this doesn't handle projects in nested dirs. Repeat this pattern as deep as you want
*/*.xcodeproj/*
!*/*.xcodeproj/project.pbxproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment