From 7d09f05c97f9282477a5a90183f6a61cf7d8aa5f Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 7 Jun 2020 02:44:00 +0200 Subject: [PATCH] Ignore files when exporting package This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..284d252 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/tests export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/CODE_OF_CONDUCT.md export-ignore +/phpunit.xml export-ignore