From 38afe7e5ad83168d6cb45ceaa1b1dbf386cd7507 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Tue, 1 Aug 2023 15:26:04 +0100 Subject: [PATCH] Omit unnecessary files from distribution archive --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d91e0dfb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/composer.lock export-ignore +/Magento2/Rector/Tests/ export-ignore +/Magento2/Tests/ export-ignore +/Magento2Framework/Tests/ export-ignore +/package-lock.json export-ignore +/package.json export-ignore +/PHP_CodeSniffer/Tests/ export-ignore +/phpunit-bootstrap.php export-ignore +/phpunit.xml.dist export-ignore +/rector.php export-ignore