天天看点

Cornerstone 忽略文件、文件夹(类似.ignore)

前提

在项目开发的时候,无论是单人开发还是多人协作开发,通常会使用svn服务器,mac上最好的管理工具就是Cornerstone了,我们在使用Cornerstone的时候,有时候需要添加一些特定的忽略文件或者文件夹,这就需要我们添加一些配置。

添加配置

1、首先找到Cornerstone的Subversion

Cornerstone 忽略文件、文件夹(类似.ignore)

2、到github上找到需要添加的忽略的文件 或者自己哪些主动想要的忽略的文件或者文件夹添加上

  • OC常用忽略文件:https://github.com/github/gitignore/blob/master/Objective-C.gitignore
  • Swift常用忽略文件:https://github.com/github/gitignore/blob/master/Swift.gitignore
  • 也可根据您的开发需要,添加想要忽略的文件或者文件夹
Cornerstone 忽略文件、文件夹(类似.ignore)

提交代码

此时直接提交代码即可。

继续阅读