novel-doomsday-resurgence/.gitattributes

20 lines
297 B
Plaintext

# Git属性配置
*.md text eol=lf
*.sh text eol=lf
*.py text eol=lf
# 二进制文件
*.pdf binary
*.doc binary
*.docx binary
*.zip binary
*.png binary
*.jpg binary
# 自动检测换行符
* text=auto
# 排除文件
.gitignore export-ignore
.gitattributes export-ignore
README.md export-ignore