fix(gitignore): normalize text encoding (#3084)
This commit is contained in:
parent
d955d5bbf3
commit
40fe1b0a2d
2 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -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
BIN
.gitignore
vendored
Binary file not shown.
Loading…
Reference in a new issue