Closed alecrabbit closed 5 years ago
I'm sorry for creating another issue, I'm just too lazy to do a PR
.gitattributes gets rid of unnecessary files in release archives so they are smaller and resulting installations are smaller too! here's a template from my projects
.gitattributes
/examples export-ignore /docs export-ignore /tests export-ignore .editorconfig export-ignore .gitattributes export-ignore .dockerignore export-ignore .gitignore export-ignore .scrutinizer.yml export-ignore .travis.yml export-ignore .styleci.yml export-ignore .multi-tester.yml export-ignore docker-compose.yml export-ignore docker-compose-debug.yml export-ignore phpcs.xml export-ignore psalm.xml export-ignore phpunit.xml export-ignore CHANGELOG.md export-ignore TODO.md export-ignore CONTRIBUTING.md export-ignore README.md export-ignore composer.lock export-ignore
all these files/dirs are excluded from package
Thanks.
.gitattributes
gets rid of unnecessary files in release archives so they are smaller and resulting installations are smaller too! here's a template from my projectsall these files/dirs are excluded from package