From f3303b3b26c1bb0c12b5e7ed2e2ccfbd006cc0d8 Mon Sep 17 00:00:00 2001 From: the magician <82004885@qq.com> Date: Wed, 15 Jul 2026 01:40:40 +0800 Subject: [PATCH] enforce lf line endings for docker build scripts --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5352420 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +Dockerfile text eol=lf +*.sh text eol=lf +*.py text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.jinja text eol=lf