From 888806eba0bb38699e82b846affd040fe04cdd3b Mon Sep 17 00:00:00 2001 From: Pavle Lee <523260513@qq.com> Date: Sat, 5 Aug 2017 15:06:00 +0800 Subject: [PATCH] Create .gitattributes ignore tests and example files for composer --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..afc3fbb7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Ignore all test and documentation for archive +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.editorconfig export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore +/examples export-ignore