项目开发中,有时需要添加一些本地的过滤文件,不提交到仓库中。可以采用以下方式
1.git config core.excludesfile .localgitignore
2.创建 .localgitignore 文件中添加需要过滤的内容
3.在默认的 .gitignore 文件中过滤 .localgitignore
积累点滴 git 版本控制 git config git config core.excludesfile Comments(9) 2012年10月16日 21:16