Files and folders that are only needed for development and build processes should be excluded from the plugin ZIP file. This is easily done by adding a .gitattributes file.
Folders to exclude are, for example, .planning, .claude, .github (in Composer dependencies).
Files are e.g. composer.json and similar.
Files and folders that are only needed for development and build processes should be excluded from the plugin ZIP file. This is easily done by adding a .gitattributes file.
Folders to exclude are, for example,
.planning,.claude,.github(in Composer dependencies).Files are e.g.
composer.jsonand similar.