Skip to content

Instantly share code, notes, and snippets.

@paulvollmer
Created February 21, 2012 12:45
Show Gist options
  • Save paulvollmer/1876339 to your computer and use it in GitHub Desktop.
Save paulvollmer/1876339 to your computer and use it in GitHub Desktop.
gitignore oF Xcode project
# https://gist.github.com/gists/1876339
*.DS_Store
# ignore Xcode compiled build folder and application.
*build
*.app
# ignore Xcode User .pbxuser and .mode1v3 files.
*.pbxuser
*.mode1v3
*.pbxproj
*.xcworkspacedata
*.xcscheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment