From 62df92e6ebf5d13c0907525db50734e7f61e463e Mon Sep 17 00:00:00 2001 From: ttipo Date: Mon, 22 Jun 2026 18:23:45 +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=20HTML(=EB=8B=A8=EC=9D=BC=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC)=20gitignore=20=ED=8C=A8=ED=84=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 시안 네이밍이 '(단일 파일)' 로도 들어와 기존 '단독' 패턴에 안 걸리던 것 보완. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8b2823..30e0cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ Thumbs.db # 디자인 시안 단독 HTML(참고용, 대용량 번들) — 커밋 제외 frontend/*단독*.html +frontend/*단일 파일*.html