Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
26
vendor/drupal/console-core/.gitignore
vendored
Normal file
26
vendor/drupal/console-core/.gitignore
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
# deprecation-detector
|
||||
/.rules
|
||||
|
||||
# Composer
|
||||
composer.lock
|
||||
/vendor
|
||||
/bin/phpunit
|
||||
/bin/jsonlint
|
||||
/bin/phpcbf
|
||||
/bin/phpcs
|
||||
/bin/validate-json
|
||||
/bin/pdepend
|
||||
/bin/php-cs-fixer
|
||||
/bin/phpmd
|
||||
|
||||
# Binaries
|
||||
/box.phar
|
||||
/console.phar
|
||||
/drupal.phar
|
||||
/drupal.phar.version
|
||||
|
||||
# Test
|
||||
/phpunit.xml
|
||||
|
||||
# Drupal
|
||||
/core
|
Reference in a new issue