chore: always ignore composer PHP bin dir

This commit is contained in:
rugk 2025-09-03 12:38:13 +00:00 committed by El RIDO
parent c2341032a4
commit c6bccdbfe1
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

1
.gitignore vendored
View file

@ -25,6 +25,7 @@ vendor/**/tst
vendor/**/tests
vendor/**/build_phar.php
!vendor/**/*.php
vendor/bin/**
# Ignore local node modules, unit testing logs, api docs and IDE project files
js/node_modules/