From 08c9244feb11817759a7d2f861f7f98b9352bf74 Mon Sep 17 00:00:00 2001 From: JBlond Date: Tue, 15 Dec 2020 15:18:48 +0100 Subject: [PATCH 1/2] exclude not needed files for zip / composer export --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7460cf4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +assets/ export-ignore +tests/ export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +phpcs.xml export-ignore From 8edb202e4bf46b67ce917080e39cc2f55973fef8 Mon Sep 17 00:00:00 2001 From: JBlond Date: Wed, 16 Dec 2020 10:02:05 +0100 Subject: [PATCH 2/2] keep assets for readme file --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7460cf4..fdade2f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ -assets/ export-ignore -tests/ export-ignore +tests export-ignore .editorconfig export-ignore .gitattributes export-ignore phpcs.xml export-ignore