scaffold-command/.gitignore
Daniel Bachhuber df24e255e8 Introduce wp package for managing WP-CLI community commands
Use `wp package browse` to view all available community commands.
Install a specific command with `wp package install
<namespace/package-name>`. List all installed packages with `wp
package list`. Or, uninstall a package with `wp package uninstall`

Packages are installed to their own Composer project in
`~/.wp-cli/packages`. This can be changed by setting a
`WP_CLI_PACKAGES_DIR` environment variable.
2016-02-03 07:48:10 -08:00

6 lines
62 B
Text

config.yml
/cache
/packages
/vendor
/*.phar
/phpunit.xml.dist