Skip to content

Instantly share code, notes, and snippets.

@xxd
Created June 12, 2012 07:59
Show Gist options
  • Select an option

  • Save xxd/2916027 to your computer and use it in GitHub Desktop.

Select an option

Save xxd/2916027 to your computer and use it in GitHub Desktop.
some gitignores, the one for Pod need to change YOUR_PROJECT_NAME
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
#OS X
.DS_Store
gitignore
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!YOUR_PROJECT_NAME.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
#OS X
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment