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