加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alf Gaida 提交于 2017-09-24 18:58 . Don't export github templates
# remove files from deployment using `git archive`
# git* files
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
# several files and directories we never want to export
# a little bit belt and braces as the most of these files
# should never ever be in the repository
.*~ export-ignore
.kdev4 export-ignore
/build export-ignore
/temp export-ignore
/tmp export-ignore
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化