Skip to content

Instantly share code, notes, and snippets.

@nek023
Last active December 14, 2015 16:19
Show Gist options
  • Save nek023/5114339 to your computer and use it in GitHub Desktop.
Save nek023/5114339 to your computer and use it in GitHub Desktop.
gitignore for Xcode Projects
# Xcode
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
# OSX
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# CocoaPods
Pods/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment