Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
40
vendor/drupal/console/.gitignore
vendored
Normal file
40
vendor/drupal/console/.gitignore
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
# 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
|
||||
/bin/php-parse
|
||||
/bin/psysh
|
||||
PATCHES.txt
|
||||
|
||||
# Develop
|
||||
autoload.local.php
|
||||
|
||||
# Binaries
|
||||
/box.phar
|
||||
/console.phar
|
||||
/drupal.phar
|
||||
/drupal.phar.version
|
||||
|
||||
# Test
|
||||
/phpunit.xml
|
||||
|
||||
# Drupal
|
||||
/core
|
||||
/nbproject/
|
||||
|
||||
# drupal/console-extend-plugin generated files
|
||||
extend.console.*.yml
|
||||
*-console.services.yml
|
||||
|
||||
#PhpStorm
|
||||
.idea/*
|
Reference in a new issue