From 8ebffb9cda7c2bfa1b7b060457b94d1365656ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Jakub=20Nani=C5=A1ta?= Date: Mon, 27 Nov 2023 16:44:41 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Ignore=20turbo=20logs,=20artifac?= =?UTF-8?q?ts=20&=20cache=20when=20building=20containers=20(#46)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 6 ++++++ 1 file changed, 6 insertions(+) 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