Skip to content

Commit c9bd239

Browse files
authored
Ignore files when exporting package (#94)
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 b06479e commit c9bd239

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.dependabot export-ignore
2+
/.github export-ignore
3+
/tests export-ignore
4+
/.editorconfig export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.styleci.yml export-ignore
8+
/composer.lock export-ignore
9+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)