I am working on an ios project and I want to add the project to my gitlab account. I'm using command line for managing git, not XCode.
I wonder what are the files I should exclude from my repository. My candidates for exclusion are from the xcodeproj package only:
- The xcuserdata folder but I see it includes scheme information so I'm not completely convinced.
- The project.xcworkspace package
Is this correct? Is there anything I'm missing?
Thanks.
The question identified as a possible duplicate asks specifically "in conjunction with Xcode". I am using command line. They're may be no difference but that was part of the question. Besides the answers to that questions are dated and this question may have different answers overtime, at least that is my understanding.