chore: always ignore composer PHP bin dir

This commit is contained in:
rugk 2025-09-03 12:38:13 +00:00
parent bdfe74c077
commit 64165d9928

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/