webmozarts / assert

Assertions to validate method input/output with nice error messages.
MIT License
7.56k stars 145 forks source link

Update .gitattributes #251

Closed williamdes closed 3 years ago

williamdes commented 3 years ago
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/.editorconfig
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/.github/
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/.github/workflows/
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/.github/workflows/ci.yaml
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/.php_cs
Found: phpMyAdmin-5.2.0-dev-all-languages/vendor/webmozart/assert/psalm.xml
glensc commented 3 years ago

@williamdes is there a tool you used to test for excess files (non-sources)?

williamdes commented 3 years ago

@williamdes is there a tool you used to test for excess files (non-sources)?

Yes, our cleanup script at phpMyAdmin: https://github.com/phpmyadmin/phpmyadmin/blob/QA_5_1/scripts/check-release-excludes.sh

And some similar list at https://github.com/code-lts/doctum/blob/1c7724639a3dbd806de0a4c59ebfee920db038b8/scripts/phar-generator-script.php#L99