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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View file

@ -1,3 +1,4 @@
# Ensure shell scripts always use LF line endings regardless of OS. # Ensure shell scripts always use LF line endings regardless of OS.
*.sh text eol=lf *.sh text eol=lf
docker/entrypoint.sh text eol=lf docker/entrypoint.sh text eol=lf
.gitignore text eol=lf

BIN
.gitignore vendored

Binary file not shown.