学科:IOS/KB/SVN参考忽略规则

来自维基学院

悲催的SVN没有仓库级别的全局忽略规则,而且不能实现类似“*.project.xcworkspace/xcuserdata”这样的规则,为了减少重复劳动,可以使用SVN用户配置中的Global ignores。

配置文件可能在:~/.subversion/config,改变"global-ignores"这条。

参考忽略项为:

*.swp
.DS_Store

.git
.gitignore
.gitmodules
.gitattributes 
.hg

project.xcworkspace
xcuserdata
*.mode1v3
*.pbxuser