FIX: docs not included in composer package installs (through export-ignore git attribute)

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
This commit is contained in:
Sam Minnee 2015-06-19 12:01:41 +01:00
parent 9cccfec1a0
commit a58e59565b
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
docs/ export-ignore