Skip to content

Instantly share code, notes, and snippets.

@sendoa
Last active October 18, 2015 14:42
Show Gist options
  • Save sendoa/8952600 to your computer and use it in GitHub Desktop.
Save sendoa/8952600 to your computer and use it in GitHub Desktop.
Sendoa's .gitignore for Xcode projects
# Some ideas taken from https://gist.github.com/adamgit/3786883
# OS X
.DS_Store
*.swp
*.lock
profile
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*. xcuserstate
xcuserdata/
# Whitelist some per-user settings (the default ones). Some projects need to use these
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# Xcode 4 - Deprecated classes
*.moved-aside
# Xcode 5 - Source Control files
*.xccheckout
# AppCode specific files
.idea/
*.iml
# Build products
DerivedData/
build/
*.o
*.LinkFileList
*.hmap
*.ipa
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# Cocoapods
# Pods
!Podfile.lock
# Carthage
Carthage/Build
# Bundler
!Gemfile.lock
@sendoa
Copy link
Author

sendoa commented Feb 12, 2014

@Lascorbe sounds good to me ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment