From f5af74a33914cf37bcaf637ec9d206ee99ded6de Mon Sep 17 00:00:00 2001 From: Roman Varkuta Date: Thu, 19 Sep 2019 18:03:02 +0300 Subject: [PATCH] Create .gitattributes Export-ignore needs for optimizing the traffic when it package downloads via composer. Next files and directories will be ignored and will not download. --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e2047c52 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.github export-ignore +/logs export-ignore +/src-tests export-ignore +/tests export-ignore +/.appveyor.yml export-ignore +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export- +/easy-coding-standard.yaml export-ignore +/phpstan.neon export-ignore