From 9f99c615bd9c7b47b7b25d61e8c8e263f038a084 Mon Sep 17 00:00:00 2001 From: Pieter Oliver <68863060+pieterocp@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:53:59 +0100 Subject: [PATCH] add the docker files to be ignored with installation (#451) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6b39d9fe..8a0697ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,8 @@ /benchmarks export-ignore /configdoc export-ignore /configdoc/usage.xml -crlf +/docker-compose.yaml export-ignore +/Dockerfile export-ignore /docs export-ignore /Doxyfile export-ignore /extras export-ignore