From 247df8b116c685f3a8439f9fd3f7af20b0c2d2ca Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Wed, 18 Jan 2017 16:03:45 +0100 Subject: [PATCH] Remove unused property; Adds comment to ignore property --- src/Gin/Foundation/Console/Command/ShakeCommand.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Gin/Foundation/Console/Command/ShakeCommand.php b/src/Gin/Foundation/Console/Command/ShakeCommand.php index 276acfa..c127bb7 100644 --- a/src/Gin/Foundation/Console/Command/ShakeCommand.php +++ b/src/Gin/Foundation/Console/Command/ShakeCommand.php @@ -29,18 +29,16 @@ class ShakeCommand extends Command 'theme.namespace' => 'Theme Namespace [theme.namespace]', ]; + /** + * Directories to ignore on files finding. + * + * @var array + */ protected $ignore = [ "node_modules", "vendor" ]; - protected $files = [ - "/index.php", - "/404.php", - "/composer.json", - "/style.css" - ]; - /** * Details of the theme. *