alltube/.gitignore
Kumi a8fbb72163
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.
2024-07-21 08:47:29 +02:00

11 lines
148 B
Text

vendor/
templates_c/
alltube-*.zip
coverage/
config/config.yml
clover.xml
i18n/*/LC_MESSAGES/*.mo
.phpunit.result.cache
.git/
assets/
composer.phar