Skip to content

Commit

Permalink
take out _entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordp authored Feb 6, 2023
1 parent 9e55c74 commit 040b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MakePotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MakePotCommand extends WP_CLI_Command {
/**
* @var array
*/
protected $exclude = [ 'node_modules', '.*', 'vendor', 'Gruntfile.js', 'webpack.config.js', '*.min.js', 'test', 'tests', '_entry' ];
protected $exclude = [ 'node_modules', '.*', 'vendor', 'Gruntfile.js', 'webpack.config.js', '*.min.js', 'test', 'tests' ];

/**
* @var string
Expand Down

0 comments on commit 040b9e2

Please sign in to comment.