From b58681a300020dec846b8a4ea6965c7d985587e5 Mon Sep 17 00:00:00 2001 From: Rayan Levert Date: Tue, 1 Jul 2025 10:53:35 +0200 Subject: [PATCH] .gitattributes : fix missing 'export-ignore' --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index cf94fc1..afcfd37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,6 @@ /docker-compose.yml export-ignore /phpcs.xml export-ignore /phpunit.xml export-ignore -/.github -/docker -/tests \ No newline at end of file +/.github export-ignore +/docker export-ignore +/tests export-ignore \ No newline at end of file