fix(gitignore): normalize text encoding (#3084)

This commit is contained in:
LC
2026-06-11 15:06:12 +08:00
committed by GitHub
parent d955d5bbf3
commit 40fe1b0a2d
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
# Ensure shell scripts always use LF line endings regardless of OS.
*.sh text eol=lf
docker/entrypoint.sh text eol=lf
.gitignore text eol=lf
BIN
View File
Binary file not shown.