What is considered the 'standard' content of .gitignore file for an iPhone (Xcode) project?
PS: not sure if this needs to be a CW.
What is considered the 'standard' content of .gitignore file for an iPhone (Xcode) project?
PS: not sure if this needs to be a CW.
This is a good start.
updated with Dave's suggestions.
From the GitHub
gitignore
project, as of today:Source: https://github.com/github/gitignore/blob/master/Objective-C.gitignore
You should also exclude
xcworkspace
andxcuserdata
in xcode 4.2. So here is a complete list which one should ignore for iOS projects