Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
16
core/.gitignore
vendored
Normal file
16
core/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# SimpleTest breaks with the following files, so avoid adding them.
|
||||
vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php
|
||||
vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php
|
||||
vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services11.php
|
||||
|
||||
# The resources for the Validator component are not required.
|
||||
vendor/symfony/validator/Symfony/Component/Validator/Resources
|
||||
|
||||
# Symfony Validator depends on Symfony Translation but only requires the
|
||||
# TranslatorInterface. Thus, we add only the required interface from Symfony
|
||||
# Translation by ignoring everything except the interface.
|
||||
vendor/symfony/translation/Symfony/Component/Translation/*
|
||||
!vendor/symfony/translation/Symfony/Component/Translation/TranslatorInterface.php
|
||||
|
||||
# PHPUnit provides some binary dependencies that are already available.
|
||||
vendor/phpunit/phpunit/build/dependencies
|
Reference in a new issue