From 7046c104d6d8934a41379df52aeff70260a2f2e1 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 22 Oct 2014 22:03:36 -0600 Subject: [PATCH] additional vendor cleanups --- system/src/Grav/Console/Cli/CleanCommand.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/system/src/Grav/Console/Cli/CleanCommand.php b/system/src/Grav/Console/Cli/CleanCommand.php index 95da029f7..9499c2be8 100644 --- a/system/src/Grav/Console/Cli/CleanCommand.php +++ b/system/src/Grav/Console/Cli/CleanCommand.php @@ -51,6 +51,16 @@ class CleanCommand extends Command { 'vendor/erusev/parsedown-extra/.travis.yml', 'vendor/erusev/parsedown-extra/.git', 'vendor/erusev/parsedown-extra/test', + 'vendor/filp/whoops/composer.json', + 'vendor/filp/whoops/docs', + 'vendor/filp/whoops/examples', + 'vendor/filp/whoops/tests', + 'vendor/filp/whoops/.git', + 'vendor/filp/whoops/.gitignore', + 'vendor/filp/whoops/.scrutinizer.yml', + 'vendor/filp/whoops/.travis.yml', + 'vendor/filp/whoops/phpunit.xml.dist', + 'vendor/filp/whoops/src/deprecated', 'vendor/gregwar/image/Gregwar/Image/composer.json', 'vendor/gregwar/image/Gregwar/Image/phpunit.xml', 'vendor/gregwar/image/Gregwar/Image/.gitignore', @@ -68,6 +78,13 @@ class CleanCommand extends Command { 'vendor/ircmaxell/password-compat/version-test.php', 'vendor/ircmaxell/password-compat/.travis.yml', 'vendor/ircmaxell/password-compat/test', + 'vendor/maximebf/debugbar/bower.json', + 'vendor/maximebf/debugbar/composer.json', + 'vendor/maximebf/debugbar/.bowerrc', + 'vendor/monolog/monolog/composer.json', + 'vendor/monolog/monolog/doc', + 'vendor/monolog/monolog/phpunit.xml.dist', + 'vendor/monolog/monolog/tests', 'vendor/mrclay/minify/.editorconfig', 'vendor/mrclay/minify/.git', 'vendor/mrclay/minify/.gitignore', @@ -89,6 +106,8 @@ class CleanCommand extends Command { 'vendor/pimple/pimple/ext', 'vendor/pimple/pimple/phpunit.xml.dist', 'vendor/pimple/pimple/src/Pimple/Tests', + 'vendor/psr/log/composer.json', + 'vendor/psr/log/.gitignore', 'vendor/rockettheme/toolbox/.git', 'vendor/rockettheme/toolbox/.gitignore', 'vendor/rockettheme/toolbox/.scrutinizer.yml',