chore: update .gitignore to exclude composer.phar

Adding composer.phar to .gitignore to prevent the inclusion of the Composer binary in the repository. This ensures local dependencies are not accidentally committed, promoting a cleaner codebase.
This commit is contained in:
Kumi 2024-07-21 08:47:29 +02:00
parent ec95a8f1b7
commit a8fbb72163
Signed by: kumi
GPG key ID: ECBCC9082395383F

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ i18n/*/LC_MESSAGES/*.mo
.phpunit.result.cache
.git/
assets/
composer.phar