2 Star 73 Fork 35

学点笔记 / unlocker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitattributes 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Parsons 提交于 2018-10-21 19:39 . Fixed CR/LF for .txt file
# Recommedations from GitHub help pages
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.txt text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
# Declare files that are binary on checkout.
*.exe binary
Python
1
https://gitee.com/class877/unlocker.git
git@gitee.com:class877/unlocker.git
class877
unlocker
unlocker
master

搜索帮助