Skip to content

Commit

Permalink
Update .gitattributes to reduce dist size
Browse files Browse the repository at this point in the history
Reduced dist size from 3.9M to 72K.

https://php.watch/articles/composer-gitattributes
  • Loading branch information
daniel-de-wit authored Nov 13, 2022
1 parent 051c21f commit 9b4f8fe
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/.github export-ignore
/docs export-ignore
/.codeclimate.yml export-ignore
/.gitattributes export-ignore
/.gitbook.yaml export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore

# phpunit.xml.dist and tests are not excluded so tests can be run
# this is usefull if this package ends up one day in Debian
/.github export-ignore
/art export-ignore
/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitbook.yaml export-ignore
/.php_cs export-ignore
/.styleci.yml export-ignore
/.phpunit.xml.dist export-ignore

0 comments on commit 9b4f8fe

Please sign in to comment.