From 83c8dbcb81c7da469019d03588de2b2bd14c63e6 Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Tue, 24 Sep 2024 15:24:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20add=20`.astro`=20to=20igno?= =?UTF-8?q?red=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 059f09e..343563a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,9 +9,10 @@ # testing /coverage -# next.js +# astro /.next/ /out/ +.astro/ # production /build