mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-04 03:02:19 +08:00
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:
parent
0d0ec28ecb
commit
4042974100
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user