From df0ef12af005f50c0c8492398baa93bfc230edb8 Mon Sep 17 00:00:00 2001 From: norimicry Date: Wed, 3 Apr 2024 08:37:55 -0400 Subject: [PATCH] Update .gitattributes for Dockerfile Added a line in the .gitattributes file to enforce LF line endings for Dockerfile. This is to avoid any potential issues with line endings when working cross-platform, ensuring that Dockerfile will consistently use LF regardless of the environment. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c248938..640b54b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto +Dockerfile text eol=lf *.sh text eol=lf *.conf text eol=lf \ No newline at end of file