30
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-05-31 21:30:47 +00:00

Added git .attributes to exclude examples and other not needed files from deployment.

This commit is contained in:
Llewellyn van der Merwe 2016-06-04 12:31:35 +01:00
parent 601ea68d4c
commit ce52a89795

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
# used to remove files from deployment using `git archive`
# git files
.gitattributes export-ignore
# Examples folder and files
examples/* export-ignore
# Other system files
composer.json export-ignore
README.TXT export-ignore