From 09347e6713b4fd5471ea1675abcb38ef8a952c62 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Wed, 20 Sep 2023 21:53:04 +0300 Subject: [PATCH] Do not distribute psalm an ecs configs --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index d00f201..11cc0c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ * text=auto -/.github export-ignore +# Do not include the following files when creating repo artifacts, e.g. the zip +/.* export-ignore /tests export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore +/ecs.php export-ignore /phpunit.xml.dist export-ignore +/psalm.xml export-ignore /CHANGELOG.md export-ignore /README.md export-ignore