Git ignore file for Xcode projects

后端 未结 20 1566
栀梦
栀梦 2020-11-22 03:03

Which files should I include in .gitignore when using Git in conjunction with Xcode?

20条回答
  •  无人共我
    2020-11-22 03:23

    Here's the .gitignore that GitHub uses by default for new Xcode repositories:

    https://github.com/github/gitignore/blob/master/Objective-C.gitignore

    It's likely to be reasonably correct at any given time.

提交回复
热议问题