mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: add phpstan cache folder to .dockerignore and .gitignore
This commit is contained in:
parent
c68372fc1e
commit
d57c876719
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ Homestead.yaml
|
|||
|
||||
/storage/**
|
||||
!/storage/**/
|
||||
/storage/phpstan/**
|
||||
/storage/rector/**
|
||||
|
||||
.git
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -51,4 +51,5 @@ Homestead.yaml
|
|||
!/storage/app
|
||||
!/storage/framework
|
||||
!/storage/logs
|
||||
!/storage/phpstan
|
||||
!/storage/rector
|
||||
|
|
|
|||
Loading…
Reference in a new issue