Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Remove unused property; Adds comment to ignore property
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Jan 18, 2017
1 parent 77e80f3 commit 247df8b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/Gin/Foundation/Console/Command/ShakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ class ShakeCommand extends Command
'theme.namespace' => '<comment>Theme Namespace</comment> [<info>theme.namespace</info>]',
];

/**
* 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.
*
Expand Down

0 comments on commit 247df8b

Please sign in to comment.