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:
parent
ec95a8f1b7
commit
a8fbb72163
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ i18n/*/LC_MESSAGES/*.mo
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
.git/
|
.git/
|
||||||
assets/
|
assets/
|
||||||
|
composer.phar
|
||||||
|
|
Loading…
Reference in a new issue