From 896c09735336294b3b3847845f325e1ccece2f56 Mon Sep 17 00:00:00 2001 From: Heonseop Ha Date: Sun, 3 May 2026 14:04:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Claude=20Code=20=EB=A1=9C=EC=BB=AC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=8C=8C=EC=9D=BC=20gitignore=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 Claude Code 로컬 설정 파일 gitignore 추가 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 15e34c9..8fb9088 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ out/ ### VS Code ### .vscode/ + +### Claude Code ### +.claude/ +.claudesettings.local.json \ No newline at end of file