From 93423599587df3c52041bf4932c7f7ac354a3efa Mon Sep 17 00:00:00 2001 From: dconco <onipededavid208@gmail.com> Date: Wed, 20 Nov 2024 03:26:52 +0100 Subject: [PATCH] Fix .gitattributes to properly export specific files --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7c12a5e..efd4f6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -* export-ignore +phantom export +composer.json export +README.md export -phantom -export-ignore -composer.json -export-ignore -README.md -export-ignore \ No newline at end of file +* export-ignore \ No newline at end of file