dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Add paths and folders to be export-ignored to .gitattributes #95

Closed michaeldyrynda closed 2 years ago

michaeldyrynda commented 2 years ago

Add paths to .gitattributes with the export-ignore flag set, so they're not pulled down as part of a project's dependencies via Composer.

bsweeney commented 2 years ago

Didn't want to exclude the sample-fonts and folders as well?

michaeldyrynda commented 2 years ago

Didn't check that they were only being used for tests; have added them, too 👍

bsweeney commented 2 years ago

I saw my comment was an unfinished "sample-fonts and" ... like I was going to say something else and forgot. And I was, did you want to exclude the tests folder as well?

michaeldyrynda commented 2 years ago

Gosh, literally the whole reason I set out to create this PR in the first place 🤦