From ea215efdfc559ade3074882c92f31b51fd62a3f4 Mon Sep 17 00:00:00 2001 From: Uro Date: Mon, 30 Sep 2024 12:19:20 +0100 Subject: [PATCH] Update gitattributes to preserve lf line endings on the `.env.example` file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cfc1427..ddfed2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ # Never modify line endings of our bash scripts *.sh -crlf +.env.example text eol=lf \ No newline at end of file