From 67a70fdb231dad96312fb2ce2cfe98f187fb7cef Mon Sep 17 00:00:00 2001 From: Armanul46 <47377178+Armanul46@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:56:33 +0600 Subject: [PATCH 1/2] readme updated --- config.php | 2 +- directorist-base.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 71fc873a83..fb076f747a 100644 --- a/config.php +++ b/config.php @@ -1,7 +1,7 @@ Date: Tue, 10 Mar 2026 17:18:23 +0600 Subject: [PATCH 2/2] update build file --- .distignore | 57 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 22 deletions(-) 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