Skip to content

Commit 91eff03

Browse files
committed
Update .gitattributes file
Updates the `.gitattributes` to account for the latest changes in the repo. - `.travis.yml` is no longer used: removed - PHP CS files: updated This reduces the library zip file size form 12.61 KiB to 9.21 KiB. It's not much, but it's a 26% size reduction, and assuming this library gets ~400K installs a day, that's about 1.2 GiB of bandwidth saved per day :)
1 parent 7989e43 commit 91eff03

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.gitattributes

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/.github export-ignore
2-
/tests export-ignore
3-
/.gitattributes export-ignore
4-
/.gitignore export-ignore
5-
/.php_cs.dist export-ignore
6-
/.travis.yml export-ignore
7-
/build.xml export-ignore
8-
/phive.xml export-ignore
9-
/phpunit.xml export-ignore
1+
/.gitattributes export-ignore
2+
/.github export-ignore
3+
/.gitignore export-ignore
4+
/.php-cs-fixer.dist.php export-ignore
5+
/build.xml export-ignore
6+
/phive.xml export-ignore
7+
/phpunit.xml export-ignore
8+
/tests export-ignore
9+
/tools/php-cs-fixer.d export-ignore

0 commit comments

Comments
 (0)