From 82aab53c72e55f8fffc0cd688d38f27e435fae7c Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sun, 7 Jun 2020 02:27:23 +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, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2125666..0f7b026 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ -* text=auto \ No newline at end of file +* text=auto + +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore \ No newline at end of file