From a24e3e6f22c4d2faf526d1f299cccea881caa195 Mon Sep 17 00:00:00 2001 From: hyungi Date: Fri, 5 Jun 2026 09:52:37 +0900 Subject: [PATCH] =?UTF-8?q?ops(deploy):=20.dockerignore=20=EC=97=90=20clie?= =?UTF-8?q?nts/=20=EC=B6=94=EA=B0=80=20=E2=80=94=20=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B9=8C=EB=93=9C=20=EC=BB=A8?= =?UTF-8?q?=ED=85=8D=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20=EB=84=A4?= =?UTF-8?q?=EC=9D=B4=ED=8B=B0=EB=B8=8C=20=EC=95=B1=20=EC=A0=9C=EC=99=B8=20?= =?UTF-8?q?(build=20context=20=EB=8A=94=20./services=C2=B7./app=C2=B7./fro?= =?UTF-8?q?ntend=20=EB=B6=84=EB=A6=AC=EB=9D=BC=20=EB=AC=B4=EC=98=81?= =?UTF-8?q?=ED=96=A5,=20=EB=B0=A9=EC=96=B4=EC=A0=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..e50e4d5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +clients/ +**/.build/ +**/*.xcodeproj/ +**/DerivedData/