# THIS IS ONLY FOR THE gitattributes REPOSITORY.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
.gitignore text
*.md text
#
# Exclude files from exporting
#
.gitattributes export-ignore
.gitignore export-ignore
本文介绍了一种针对博客迁移的配置方法,特别关注于如何通过.gitattributes文件来规范文本和二进制文件的处理方式,确保博客内容在不同平台间迁移时的一致性和兼容性。

被折叠的 条评论
为什么被折叠?



