upgrade master to 5_start_new-project

This commit is contained in:
2022-10-01 17:50:16 +02:00
parent c66a8dc226
commit dff116af30
55 changed files with 4488 additions and 5528 deletions

9
.gitignore vendored
View File

@@ -1,10 +1,13 @@
# Uncomment to ignore Symfony project
#/app/*
/app/.yarncache
!/app/.keep
# Uncomment to ignore Database datas
/data/*
!/data/.keep
data
# yarn
/app/.yarncache
# phpstorm
.idea