From 352a7083222c08c0079d8321e1074478f3dbe43a Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Sat, 6 Jun 2020 16:00:01 +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 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d3d977ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/doc export-ignore +/features export-ignore +/spec export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore \ No newline at end of file