From 6203917ac08360f2c01d6f13affb78d38ebf27f7 Mon Sep 17 00:00:00 2001 From: king Date: Thu, 21 May 2026 23:47:23 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=EC=97=90=20.claude/=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8=20=ED=95=AD=EB=AA=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code 내부 설정 디렉토리(.claude/)를 저장소에서 제외 Co-Authored-By: Claude Sonnet 4.5 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7319622..cafd7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,8 @@ __pycache__/ *.py[cod] .venv/ -# IDE +# IDE / 에디터 .vscode/ .idea/ +.claude/