composer-patches
composer-patches copied to clipboard
Move files related to development to separate branch
The plugin currently includes quite a many files that are only needed for development which end up being installed to every project that uses the plugin.
Create a new branch (develop) that would include those files that a person developing the module could git checkout develop
Isn't the .gitattributes
file a possible solution for this? Never tried it before, but I think it may be able to accomplish what you want: https://php.watch/articles/composer-gitattributes
Oh yes! Was not aware of that and it seems to indeed be exactly what is needed :) Would take away the need to to all that branching :3 Thanks!