fix: gh action & logs dir

pull/9060/head
Luciano Righetti 2023-05-05 11:46:26 +02:00
parent 8f28679504
commit 901575041f
5 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,3 @@
docker/misp/logs/
vendor/
vendor/
composer.lock

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
composer.lock
config/app_local.php
config/Migrations/schema-dump-default.lock
logs
logs/*.log
tmp
vendor
webroot/theme/node_modules

3
docker/.gitignore vendored
View File

@ -1,4 +1,5 @@
*.key
*.crt
.env
.env.dev
.env.dev
misp/logs/*.log

View File

0
logs/.gitkeep Normal file
View File