Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Last active September 27, 2015 18:58
Show Gist options
  • Save tudormunteanu/1316898 to your computer and use it in GitHub Desktop.
Save tudormunteanu/1316898 to your computer and use it in GitHub Desktop.
XCode .gitignore
# Created by http://www.gitignore.io
### Objective-C ###
# OS X
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa
# CocoaPods
Pods
### Xcode ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcworkspace/contents.xcworkspacedata
**build/
*.swp
**/*.pbxuser
*.mode2v3
*.mode1v3
**/*.perspectivev*
.DS_Store
osx/
**xcuserdata/
**/*.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment