Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 21, 2016
2 parents 9f77df2 + 04c178a commit e30d538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
*/
class WP_CLI_Scaffold_Movefile extends WP_CLI_Command
{
private $exclude = array(
'.git/',
'.gitignore',
'.sass-cache/',
'bin/',
'tmp/*',
'Gemfile*',
'Movefile',
'wp-config.php',
'wp-content/*.sql',
);

/**
* Generate a Movefile for Wordmove.
*
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vccw/wp-cli-scaffold-movefile",
"description": "Get informations as YAML format for Wordmove's Movefile from WordPress",
"type": "wp-cli-package",
"homepage": "https://github.com/vccw-team/wp-cli-scaffold-movefile",
"license": "GPL-2.0",
"authors": [
Expand Down

0 comments on commit e30d538

Please sign in to comment.