chore: 配置shell脚本使用LF行尾格式

解决Windows挂载到Docker时shell脚本因CRLF换行符报错的问题
This commit is contained in:
augushong
2026-05-26 23:18:42 +08:00
parent a9810516c1
commit fefe2fe95f

3
.gitattributes vendored
View File

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