alltube/.gitignore
Kumi 4c8a8dbbe7
chore: update .gitignore for Python virtual env
Added 'venv/' to the .gitignore file to exclude Python virtual environment directories from version control, ensuring a cleaner repository and preventing the accidental inclusion of unnecessary files.
2024-11-04 18:57:13 +01:00

12 lines
No EOL
153 B
Text

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