I have a simple iOS app am going to start a new app using it as a template. The .xcodeproj directory isn't maintained in Git for things like xcuserdata. Is it possible I can just clone the repository and physically copy the .xcodeproj directory into the new location? Are all the file paths relative or will this strategy cause problems? I was told by friend to not keep the .xcodeproj in Git (although he knew that it was a small project). Is this a bad idea?
thx