From 4671ebfc7951cca1a0234cd72ec8f30ae1f7e8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Tr=C3=A1vn=C3=ADk?= Date: Mon, 5 Jan 2026 10:27:39 +0100 Subject: [PATCH] added more explicit text file types Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index becb667a..5e4c8497 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,9 @@ *.sql text eol=lf *.sh text eol=lf *.toml text eol=lf +Dockerfile* text eol=lf +.dockerignore text eol=lf +docker-compose*.yml text eol=lf # Binary files *.png binary