From e8ce0960a2e0b14181a202629060bf1d266a7fd4 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Mon, 28 Sep 2020 10:36:17 -0300 Subject: [PATCH] Exclude development files from dist package --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e1a1e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.* export-ignore +*.md export-ignore +Tests export-ignore +Resources/doc export-ignore +phpunit export-ignore +phpunit.xml.dist export-ignore