diff --git a/.dockerignore b/.dockerignore index efc77f28d..8dd8b037d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -47,6 +47,7 @@ Homestead.yaml /storage/** !/storage/**/ +/storage/phpstan/** /storage/rector/** .git diff --git a/.gitignore b/.gitignore index dfa6eeb35..95573a53f 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,5 @@ Homestead.yaml !/storage/app !/storage/framework !/storage/logs +!/storage/phpstan !/storage/rector