From 8e8e3897b62c8346973144d6bdbf614bf57d5851 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 24 Feb 2021 13:19:09 +0100 Subject: [PATCH] [BUGFIX] Stop packaging the PHIVE configuration file and tools (#208) --- .gitattributes | 1 + composer.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 80a7dd6..559ab8d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,5 +12,6 @@ /Resources/Private/stylelint.config.js export-ignore /Tests/ export-ignore /codeception.yml export-ignore +/phive.xml /phpcs.xml export-ignore /tools/ export-ignore binary diff --git a/composer.json b/composer.json index 1224279..3f5fa4b 100644 --- a/composer.json +++ b/composer.json @@ -119,6 +119,7 @@ "rm -rf .github", "rm -rf .gitlab", "rm -rf Tests", + "rm -rf tools", "rm .editorconfig", "rm .gitattributes", "rm .php_cs.php", @@ -128,6 +129,7 @@ "rm Resources/Private/package.json", "rm Resources/Private/stylelint.config.js", "rm codeception.yml", + "rm phive.xml", "rm phpcs.xml" ] },