Skip to content

Commit fd08eb7

Browse files
authored
Ignore files when exporting package (#103)
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 a4e107a commit fd08eb7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/.gitattributes export-ignore
2+
/.github export-ignore
3+
/.gitignore export-ignore
4+
/.jane-openapi.php export-ignore
5+
/.php_cs export-ignore
6+
/.travis.yml export-ignore
7+
/CHANGELOG.md export-ignore
8+
/CONTRIBUTING.md export-ignore
9+
/doc export-ignore
10+
/Makefile export-ignore
11+
/phpunit.xml.dist export-ignore
12+
/resources export-ignore
13+
/tests export-ignore
14+
/VERSIONING.md export-ignore

0 commit comments

Comments
 (0)