Xcode 7: ignore .xcscmblueprint in repository?
问题 I noticed that Xcode 7 creates a new .xcscmblueprint file in the xcshareddata folder. Will it be always auto generated? Should this file be added to the ignore list of the repository, or should it be checked in into repository? Xcode 6 has the .xccheckout file, I've always gitignore'd that file. 回答1: I'm gitignoring them, for exactly the same reason as .xccheckout. GitHub's maintained .gitignore added that too, for both Objective-C and Swift. https://github.com/github/gitignore 回答2: I think