refactor(*): change to a Symfony Console app
This commit is contained in:
parent
4af661bad4
commit
8db64458b1
41 changed files with 5938 additions and 4285 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,3 +1,12 @@
|
|||
/.phpunit.result.cache
|
||||
/build/
|
||||
/build-configs
|
||||
/**/vendor/
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
/.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
###< symfony/framework-bundle ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue