Skip to content

Commit 2d69247

Browse files
authored
Ignore files when exporting package (#120)
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 f324950 commit 2d69247

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.github export-ignore
2+
/tests export-ignore
3+
/.coveralls.yml export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.styleci.yml export-ignore
7+
/.travis.yml export-ignore
8+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)