UnifiedArchive
UnifiedArchive copied to clipboard
Exclude dev files from dist package
For the time being, when fetching the dist package from composer, all repository files are included.
Using export-ignore
git attribute would permit to make the dist package ligther (see https://php.watch/articles/composer-gitattributes#export-ignore).
ping @wapmorgan
What does it do? What's purpose of this?
For the time being, when fetching the dist package from composer, all repository files are included. Using
export-ignore
git attribute would permit to make the dist package ligther (see https://php.watch/articles/composer-gitattributes#export-ignore).
See PR description.
PHPUnit package, for examples, has a .gitattributes file with several export-ignore rules to fine to the downloadable package
Where is export-ignore ?
Where is export-ignore ?
My bad, these were missing. I fixed it.