From 7eea052c869018ed18a3c8a6661a1f040ea1d8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Thu, 2 Jan 2025 11:47:28 +0100 Subject: [PATCH] Add Makefile to export ignore list --- src/Cqrs/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Cqrs/.gitattributes b/src/Cqrs/.gitattributes index 4160131..abbb7c9 100644 --- a/src/Cqrs/.gitattributes +++ b/src/Cqrs/.gitattributes @@ -1,4 +1,5 @@ /.gitattributes export-ignore /.gitignore export-ignore +/Makefile export-ignore /phpunit.xml.dist export-ignore /tests export-ignore