diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..485fdce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Shell-скрипты исполняются в Linux-контейнерах — всегда LF (иначе «bad interpreter»). +*.sh text eol=lf +docker-entrypoint.sh text eol=lf