I forgot to check the box in Xcode to create a git repository for my Cocoa application. So which files should I manually add to version control?
Asked
Active
Viewed 136 times
2 Answers
1
You could define a .gitignore
for XCode4 project (as detailled in this SO question, or in this GitHub XCode addon), and add everything else.
-
Thank you, that question is exactly what I was looking for. I had searched, but not come across it. Going to mark to close this question. – rubergly Sep 08 '11 at 04:11
-
1@rubergly: the situation being slightly different, it can be helpful to others being in that same situation. – VonC Sep 08 '11 at 04:12