Skip to content

Instantly share code, notes, and snippets.

@michaelarmstrong
Created October 29, 2014 17:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelarmstrong/7a11521bffa855725f7e to your computer and use it in GitHub Desktop.
Save michaelarmstrong/7a11521bffa855725f7e to your computer and use it in GitHub Desktop.
Super duper .gitignore for iOS Developers
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
.xcuserdata
*.xcscheme
*.xcsettings
*.xcuserstate
# OS X Finder
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# AppCode
.idea/
*.xccheckout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment