Files
ManuAgent/.gitattributes
2026-09-04 15:31:17 +08:00

7 lines
262 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 容器内执行的 Shell 脚本必须使用 LF避免 Windows 检出时生成 CRLF 导致解释器无法识别。
*.sh text eol=lf
# Docker 与 Nginx 配置统一使用 LF便于在 Linux 容器内直接加载。
Dockerfile text eol=lf
*.conf text eol=lf