From be8746c27528bb4cb3599a4dc887b45712351853 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 7 Jun 2020 00:51:52 +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 000000000..713f97072 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/tests export-ignore +/.coveralls.yml export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.gush.yml export-ignore +/.travis.yml export-ignore +/CHANGES.txt export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file