Skip to content

Instantly share code, notes, and snippets.

@akashgupta88
Last active November 1, 2015 19:06
Show Gist options
  • Save akashgupta88/48eee42d45e65d6fa887 to your computer and use it in GitHub Desktop.
Save akashgupta88/48eee42d45e65d6fa887 to your computer and use it in GitHub Desktop.
The .gitignore which works for me in my iOS projects.
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# 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 ###
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
project.xcworkspace/
# Backup files
*~.nib
\#*#
.#*
*.swp
*.un~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment