Git for Xcode - Ignore .xcworkspacedata?

Hello fellow Xcoders,

I just finished this lecture and as Ben added his .vc.db files to his .gitignore I was wondering if I should do the same for the .xcworkspacedata file? Perhaps @sampattuzzi might know?

If anyone has been through this I’d like to know.

Cheers.

Yes you can ignore that too.

Thanks @sampattuzzi. What about the .xcuserstate file? It’s also pictured above.

Cheers.

You can find references like this one on Google: https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore

Privacy & Terms