From 0cb71339063e737425a4f7b4aa9891dadd6ec657 Mon Sep 17 00:00:00 2001 From: mricoul Date: Wed, 18 Feb 2026 13:29:58 +0100 Subject: [PATCH] fix: add missing distignore file --- .distignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .distignore diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..f84aa77 --- /dev/null +++ b/.distignore @@ -0,0 +1,32 @@ +# Directories +/.git +/.github +/node_modules +/src + +# Configuration files +.distignore +.editorconfig +.gitattributes +.gitignore +.plugin-data +.wp-env.json +grumphp.yml +phpcs.xml.dist +psalm.xml.dist + +# Dependency management +composer.json +composer.lock +package.json +package-lock.json + +# Documentation (GitHub) +CHANGELOG.md +README.md + +# Development files +*.log +*.map +.DS_Store +Thumbs.db