1 Star 5 Fork 6

itopen/ohos_download

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitattributes 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenfei6316 提交于 2023-03-25 13:05 . add code_download.sh
# 将所有的文件全部标为text文件,文件首次加入git库时,行尾自动转换为LF,同时在检出工作目录时,行尾仍然保持LF
* text=auto eol=lf
# 设置以下后缀为文本文件,进行行尾规范化,行尾转化为LF,同时在检出工作目录时,行尾仍然保持LF
*.txt text eol=lf
*.sh text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.py text eol=lf
*.js text eol=lf
*.xml text eol=lf
*.md text eol=lf
*.ini text eol=lf
# 设置以下后缀为非文本文件
*.doc -text
*.docx -text
*.ppt -text
*.pptx -text
*.xls -text
*.xlsx -text
*.pdf -text
*.emmx -text
*.mind -text
*.xmind -text
*.eddx -text
# 设置以下文件为二进制文件
*.png binary
*.PNG binary
*.jpg binary
*.JPG binary
*.jpeg binary
*.JPEG binary
*.icon binary
*.gif binary
*.GIF binary
*.bmp binary
*.BMP binary
*.svg binary
*.exe binary
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/itopen/ohos_download.git
git@gitee.com:itopen/ohos_download.git
itopen
ohos_download
ohos_download
master

搜索帮助