avoid breaking scripts with git autocrlf (#95)

When checking out with core.autocrlf enabled on Windows, the scripts in
files/ would have their line endings converted to CRLF, which prevents
them from running on webOS. This commit should prevent the line endings
of these files from being changed without affecting anything else.
pull/104/head
throwaway96 2023-03-02 10:55:31 -05:00 zatwierdzone przez GitHub
rodzic 3b46f59389
commit 3f3411e125
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

4
.gitattributes vendored 100644
Wyświetl plik

@ -0,0 +1,4 @@
* text=auto
# these need to be LF to run on webOS
/files/* text eol=lf