mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-08 14:21:04 +00:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# used to remove files from deployment using `git archive`
|
|
# git files
|
|
.gitattributes export-ignore
|
|
# Examples folder and files
|
|
examples export-ignore
|
|
examples/* export-ignore
|
|
# Other system files
|
|
composer.json export-ignore
|
|
README.TXT export-ignore |