From ea8389593830b87f80f93f67d5bd8fef26e6925a Mon Sep 17 00:00:00 2001 From: ttipo Date: Mon, 22 Jun 2026 17:19:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=8B=9C=EC=95=88=20=EB=8B=A8=EB=8F=85=20HTML=20=EC=9D=84=20gi?= =?UTF-8?q?tignore=20=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 참고용 대용량 번들 HTML(받은 진행 보고/진행 상태 보고서 단독)을 커밋 대상에서 제외. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 976e0ab..d8b2823 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ Thumbs.db .cache/ .eslintcache .npm/ + +# 디자인 시안 단독 HTML(참고용, 대용량 번들) — 커밋 제외 +frontend/*단독*.html