add new project base requirements

This commit is contained in:
2022-10-01 17:02:25 +02:00
parent fe90d3d32c
commit 05ffe450e0
42 changed files with 7570 additions and 3 deletions

17
app/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###