Add gitattributes file so shell scripts don't get mangled and break builds.

Signed-off-by: redpolline <11156324-redpolline@users.noreply.gitlab.com>
This commit is contained in:
redpolline 2024-01-10 04:17:51 -05:00
parent 0d0ec28ecb
commit 4042974100

13
.gitattributes vendored Normal file
View File

@ -0,0 +1,13 @@
# Set the default behavior.
* text=auto
# Unix shell files should always be LF.
*.sh text eol=lf
# Windows shell files should always be CRLF.
*.bat text eol=crlf
# Binary files.
*.jpg binary
*.png binary