Add support for Git’s .gitattributes export-ignore directive to control which files are included when the package is distributed via Composer.
This allows us to exclude repository-only files (e.g. tests, CI configs, docs, tooling) from distribution archives and keep the package leaner.
Tasks
References
Add support for Git’s .gitattributes export-ignore directive to control which files are included when the package is distributed via Composer.
This allows us to exclude repository-only files (e.g. tests, CI configs, docs, tooling) from distribution archives and keep the package leaner.
Tasks
References