From e18a3036808bd1f9e6899d17ff22f5f69b7dac41 Mon Sep 17 00:00:00 2001 From: Anand Suthar Date: Sat, 5 Oct 2024 23:57:31 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20.dockerignore?= =?UTF-8?q?=20to=20include=20.next=20and=20.git=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index cffe0dc5..d4986e9f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,7 @@ node_modules .next .vercel +.git todo.md /test-results/ @@ -10,3 +11,4 @@ todo.md /playwright/.cache/ .env.local +README.md