feat: scraping endpoints, job persistence, firsts unit tests, legacy entities usage

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-07 11:56:51 +01:00
parent c55cd62ec7
commit 0374ab0e46
34 changed files with 348 additions and 326 deletions

1
.gitignore vendored
View File

@@ -23,6 +23,7 @@
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
.phpunit.cache/*
###< phpunit/phpunit ###
###> symfony/webpack-encore-bundle ###