Git忽略XCode项目的文件内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git忽略XCode项目的文件内容相关的知识,希望对你有一定的参考价值。

Contents of the .gitignore file used in my XCode projects.
  1. # xcode noise
  2. build/*
  3. *.pbxuser
  4. *.mode2v3
  5. *.mode1v3
  6. *.perspective
  7. *.perspectivev3
  8.  
  9. # old skool
  10. .svn
  11.  
  12. # osx noise
  13. .DS_Store
  14. profile
  15.  
  16. *.swp
  17. *~.nib

以上是关于Git忽略XCode项目的文件内容的主要内容,如果未能解决你的问题,请参考以下文章

使用 Git 来管理 Xcode 中的代码片段

Git 不会忽略 .gitignore 中的某些 Xcode 文件

Git - 忽略Xcode工程中UserInterfaceState.xcuserstate文件的问题

git :设置 object-c 的忽略文件

Git关于忽略Xcode工程中UserInterfaceState.xcuserstate文件的问题

如何在 Xcode 5 中使用 gitignore 文件