Skip to content

Instantly share code, notes, and snippets.

@licvido
Created March 10, 2015 22:50
Show Gist options
  • Save licvido/7d12435c6d1aa1217f87 to your computer and use it in GitHub Desktop.
Save licvido/7d12435c6d1aa1217f87 to your computer and use it in GitHub Desktop.
Gitignore for Xcode 6
# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
*.xccheckout
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# Cocoapods
Pods
# Carthage
Carthage/
# AppCode specific files
.idea/
*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment