diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ce213ceb0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure that shell scripts always use lf line endings, e.g. entrypoint.sh for docker +* text=auto +*.sh text eol=lf \ No newline at end of file