diff --git a/system/src/Grav/Console/Cli/CleanCommand.php b/system/src/Grav/Console/Cli/CleanCommand.php index 13df85c28..94a644450 100644 --- a/system/src/Grav/Console/Cli/CleanCommand.php +++ b/system/src/Grav/Console/Cli/CleanCommand.php @@ -73,6 +73,7 @@ class CleanCommand extends Command 'vendor/gregwar/image/Gregwar/Image/phpunit.xml', 'vendor/gregwar/image/Gregwar/Image/.gitignore', 'vendor/gregwar/image/Gregwar/Image/.git', + 'vendor/gregwar/image/Gregwar/Image/doc', 'vendor/gregwar/image/Gregwar/Image/demo', 'vendor/gregwar/image/Gregwar/Image/tests', 'vendor/gregwar/cache/Gregwar/Cache/composer.json', @@ -90,6 +91,10 @@ class CleanCommand extends Command 'vendor/maximebf/debugbar/composer.json', 'vendor/maximebf/debugbar/.bowerrc', 'vendor/maximebf/debugbar/src/Debugbar/Resources/vendor', + 'vendor/maximebf/debugbar/demo', + 'vendor/maximebf/debugbar/docs', + 'vendor/maximebf/debugbar/tests', + 'vendor/maximebf/debugbar/phpunit.xml.dist', 'vendor/monolog/monolog/composer.json', 'vendor/monolog/monolog/doc', 'vendor/monolog/monolog/phpunit.xml.dist',