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