diff --git a/.gitattributes b/.gitattributes index 7c75d96..54bb3a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -# Ensure shell scripts always use LF line endings +# Ensure consistent line endings for Docker/Linux compatibility *.sh text eol=lf +Dockerfile text eol=lf +*.yml text eol=lf +*.yaml text eol=lf