Added .gitattributes file to ensure that bash file line endings stay correct

This commit is contained in:
Luke Else 2024-01-29 20:12:20 +00:00
parent 5a20a8d7c0
commit a40f99f832

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.bash text eol=lf
*sh text eol=lf