# 当前文件：保证容器内执行的脚本在 Windows 检出后仍是 LF。
# core.autocrlf=true 会把 *.sh 换成 CRLF，容器启动时 `#!/bin/sh\r` 会失败于
# "exec /usr/local/bin/...: no such file or directory"。
*.sh text eol=lf
