From c01de4f3e9aec5423ebb65b0a6d065c7a996b091 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 9 Jul 2021 15:31:06 -0600 Subject: [PATCH] chore(git): update gitattributes set Dockerfile as mandatory EOF=LF --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a7a22c8..d09c0da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -72,6 +72,9 @@ *.tgz binary *.zip binary +# Docker build files +Dockerfile text eol=lf + # Text files where line endings should be preserved *.patch -text @@ -83,4 +86,4 @@ .gitignore export-ignore .gitkeep export-ignore .vscode export-ignore -.idea export-ignore \ No newline at end of file +.idea export-ignore