7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
# 容器内执行的 Shell 脚本必须使用 LF,避免 Windows 检出时生成 CRLF 导致解释器无法识别。
|
||
*.sh text eol=lf
|
||
|
||
# Docker 与 Nginx 配置统一使用 LF,便于在 Linux 容器内直接加载。
|
||
Dockerfile text eol=lf
|
||
*.conf text eol=lf
|