From 603203177e8483205f1f8b8cf31a41ec20a6c880 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 23 Jul 2019 11:31:57 +0200 Subject: [PATCH] Optimize production build by ignoring dev files --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7998461 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/test export-ignore +/test_old export-ignore +/doc export-ignore +CHANGELOG.md export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +UPGRADE-*.md export-ignore