diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4864fd3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Use LF rather than CRLF line endings on shell scripts checked out to Windows clients otherwise they give errors after 'sam build' / 'sam deploy' +*.sh text eol=lf +bootstrap text eol=lf