diff --git a/.distignore b/.distignore index 5c1e6592ab..5f438ed69e 100644 --- a/.distignore +++ b/.distignore @@ -1,34 +1,47 @@ -/.git/ -/.github/ -/.husky/ -/.cursor/ -/.claude -/.vscode/ -/.idea/ -/.cache/ -/node_modules/ -/tests/ -/bin/ -/_build/ - -# Local/dev-only config and lock files +# Directories +/.cache +/.github +/.wordpress-org +/.husky +/.vscode +/.idea +/.yarn + +/assets/src +/bin + +# Git & config files /.editorconfig /.gitattributes /.gitignore /.yarnrc.yml + +# Dependency / package files +/package.json /package-lock.json /yarn.lock /pnpm-lock.yaml -# Dev tooling configs not needed at runtime +# Composer +/composer.json /composer.lock -/phpunit.xml* -/phpcs.xml* -/webpack.*.js -/webpack-entry-list.js -# Exclude accidental archive artifacts -/assets/images/*.zip +# Testing & coding standards +/phpunit.xml +/phpunit.xml.dist +/phpcs.xml +/phpcs.xml.dist + +# Build & tooling configs +/postcss.config.js +/pot.js + +/webpack-entry-list.js +/webpack.common.js +/webpack.dev.js +/webpack.dev.vue.js +/webpack.prod.js -# Dev notes +# Documentation & notes +/README.md /node-update-notes.md diff --git a/config.php b/config.php index 71fc873a83..fb076f747a 100644 --- a/config.php +++ b/config.php @@ -1,7 +1,7 @@