Fix for Issue #15 - Ensure LF in .sh files are not converted to CRLF when pulled to a Win system

This commit is contained in:
Will Scott
2023-07-17 12:29:21 +01:00
parent 8e856e0418
commit 9bd8e95df8

2
.gitattributes vendored Normal file
View File

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