What is considered the \'standard\' content of .gitignore file for an iPhone (Xcode) project?
PS: not sure if this needs to be a CW.
From the GitHub gitignore project, as of today:
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
Source: https://github.com/github/gitignore/blob/master/Objective-C.gitignore