From 7a897fb7105f9a5243620b8d644c60ff2317b15d Mon Sep 17 00:00:00 2001 From: Jon McPartland Date: Tue, 5 Apr 2022 16:35:26 +0100 Subject: [PATCH] Add list of files/dirs to ignore when creating archives --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index 901d7d6..ceb670c 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,15 @@ "email": "jon@bigbite.net" } ], + "archive": { + "exclude": [ + "/.editorconfig", + "/.gitignore", + "/.phpcs.xml.dist", + "/Tests", + "/phpunit.xml.dist" + ] + }, "scripts-descriptions": { "lint": "Runs PHP syntax error checks", "phpcs": "Runs PHP coding standard checks",