diff --git a/.dockerignore b/.dockerignore index 76a20094b..efcb7b232 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,11 +2,17 @@ .changeset .github .husky +.turbo # Dependencies & deployments node_modules deployments +# Build files & cache +artifacts +dist +cache + # Metadata *.md