Skip to content

Commit a613a8e

Browse files
committed
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 Codeception/Codeception#5527 for more info.
1 parent 79ccf65 commit a613a8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.github export-ignore
2+
/examples export-ignore
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/app.yml export-ignore
8+
/ARCHITECTURE.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)