Files
ulthon_admin/.gitattributes
augushong fefe2fe95f chore: 配置shell脚本使用LF行尾格式
解决Windows挂载到Docker时shell脚本因CRLF换行符报错的问题
2026-05-26 23:18:42 +08:00

7 lines
180 B
Plaintext
Raw 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.

*.js linguist-language=PHP
*.css linguist-language=PHP
*.html linguist-language=PHP
# Shell脚本始终使用LF行尾避免Windows挂载到Docker时CRLF报错
*.sh text eol=lf