chore: add phpstan cache folder to .dockerignore and .gitignore

This commit is contained in:
peaklabs-dev 2025-12-03 14:35:55 +01:00
parent c68372fc1e
commit d57c876719
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ Homestead.yaml
/storage/**
!/storage/**/
/storage/phpstan/**
/storage/rector/**
.git

1
.gitignore vendored
View file

@ -51,4 +51,5 @@ Homestead.yaml
!/storage/app
!/storage/framework
!/storage/logs
!/storage/phpstan
!/storage/rector