html2pdf mit composer hinzugefügt
This commit is contained in:
21
vendor/spipu/html2pdf/.gitignore
vendored
Normal file
21
vendor/spipu/html2pdf/.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Eclipse
|
||||
/.settings/
|
||||
/.buildpath
|
||||
/.project
|
||||
/nbproject
|
||||
|
||||
# PHPStorm
|
||||
/.idea
|
||||
|
||||
# Examples
|
||||
/test/*.pdf
|
||||
|
||||
# PhpUnit
|
||||
/build/
|
||||
/.phpunit.result.cache
|
||||
|
||||
# Composer
|
||||
/bin/
|
||||
/vendor/
|
||||
/composer.lock
|
||||
/composer.phar
|
Reference in New Issue
Block a user