From f0c32528a80f40971e768635aebaa1de83798728 Mon Sep 17 00:00:00 2001 From: Willem Stuursma Date: Thu, 21 Feb 2019 09:47:47 +0100 Subject: [PATCH] Add .gitattributes files to prevent unneeded files from being shipped in Composer distributions --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1adb63e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore +/.travis.yml export-ignore +/build.xml export-ignore +/phpunit.xml export-ignore \ No newline at end of file