From c684c59b7a0803891ad7c2d640470a5efd3c35c6 Mon Sep 17 00:00:00 2001 From: Maks3w Date: Tue, 20 Oct 2015 09:48:17 +0200 Subject: [PATCH] Exclude non-production files from tarballs --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cb9a240c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/doc export-ignore +/test export-ignore +/vendor export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/Makefile export-ignore +/mkdocs.yml export-ignore +/NOTES.md export-ignore +/phpcs.xml export-ignore +/phpunit.xml.dist export-ignore