From 2d7d49a042a5339c0f43fada6229a3a597c7c559 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 11 Jan 2023 15:52:52 -0600 Subject: [PATCH] build(export): exclude unnecessary files from dist package --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..460136dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +.editorconfig export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.shiprc export-ignore +.styleci.yml export-ignore +CHANGELOG.md export-ignore +docs/ export-ignore +EXAMPLES.md export-ignore +opslevel.yml export-ignore +phpdoc.dist.xml export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +pint.json export-ignore +psalm.xml.dist export-ignore +rector.php export-ignore +tests/ export-ignore +UPGRADE.md export-ignore