diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c1798b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Ensure consistent line endings across Windows and Linux +* text=auto +*.py text eol=lf +*.sh text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.xml text eol=lf +Dockerfile text eol=lf