From 7968dbd763e23e034b72e544cac0b6786ded266b Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 25 Apr 2026 17:56:04 +0100 Subject: [PATCH] chore: exclude AI tooling and rector config from WordPress.org The 0.11.0 SVN deploy was about to publish .claude/, AGENTS.md, and rector.php to plugin users because none of them were listed in .distignore. They are all developer- or assistant-side configuration that has no place in an installed plugin and would only confuse users poking around their plugins directory. Add them so the next deploy ships only the plugin code itself. --- .distignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.distignore b/.distignore index 0e4fd05..4b98400 100644 --- a/.distignore +++ b/.distignore @@ -1,4 +1,5 @@ # Directories +/.claude/ /.git/ /.github/ /bin/ @@ -14,6 +15,7 @@ .phpcs.xml.dist .wp-env.json .wp-env.override.json +AGENTS.md CHANGELOG.md composer.json composer.lock @@ -21,3 +23,4 @@ mixtape.json package.json package-lock.json phpunit.xml.dist +rector.php