Symfony init

This commit is contained in:
2024-10-31 20:51:49 +01:00
parent 61b3053d56
commit 9c3e736bfc
16 changed files with 2697 additions and 0 deletions

12
.gitignore vendored
View File

@@ -50,3 +50,15 @@
# Embedded web-server pid file
/.web-server-pid
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
.env