Git ignore file for Xcode projects

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

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

20条回答
  •  南旧
    南旧 (楼主)
    2020-11-22 03:27

    The people of GitHub have exhaustive and documented .gitignore files for Xcode projects:

    Swift: https://github.com/github/gitignore/blob/master/Swift.gitignore

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

提交回复
热议问题