wp-plugin-init
Version:
CLI to scaffold a PHP plugin boilerplate structure
28 lines (27 loc) • 447 B
Plain Text
# Files excluded when building the distributable plugin zip.
# Keeps: app/, boot/, config/, database/, language/, vendor/,
# public/, the main plugin file, composer.json.
/.git
/.github
/.gitignore
/.distignore
/.hot
/node_modules
/resources
/package.json
/package-lock.json
/vite.config.js
/postcss.config.js
/composer.lock
/README.md
/app/Dev
/bin
/scripts
/docs
/.editorconfig
/.DS_Store
/.vscode
/.idea
/.claude
/.claude-flow
/.playwright-mcp