yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.93k stars 811 forks source link

gitignore FAQ #648

Open brandtdaniels opened 4 years ago

brandtdaniels commented 4 years ago

Regarding the FAQ, do you recommend adding .xcodeproj or .pbxproj

Also, what about adding *.xscheme?

https://github.com/yonaskolb/XcodeGen/blob/master/Docs/FAQ.md#can-i-still-check-in-my-project

dmhts commented 4 years ago

I think by project the whole container is meant with all the files inside. As a rule of thumb you usually don't need to keep under version control the generated data.

brandtdaniels commented 4 years ago

I was hoping that this issue would prompt an update to the FAQ to clarify.