Skip to content

Instantly share code, notes, and snippets.

@ilklatte
Forked from paulvollmer/xCode ignores
Last active August 29, 2015 14:24
Show Gist options
  • Save ilklatte/7b2fbb4501e07eaa208d to your computer and use it in GitHub Desktop.
Save ilklatte/7b2fbb4501e07eaa208d to your computer and use it in GitHub Desktop.
# 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
xcuserdata/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment