This change will improve the performance of package-download-based installs of composer packages, by
excluding docs. It does this by exlcuding them from the output of the "git archive" command.
The suggestion came from https://github.com/composer/composer/issues/1750