From b79a10a45161d83f513db96f819398f411215d21 Mon Sep 17 00:00:00 2001 From: koseokmin Date: Sat, 22 Aug 2026 23:40:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=9D=B4=EC=A0=84=ED=8A=B8=20?= =?UTF-8?q?=EB=8F=84=EA=B5=AC=EC=9D=98=20=EB=A1=9C=EC=BB=AC=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=ED=8C=8C=EC=9D=BC=EC=9D=84=20gitignore=EC=97=90=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .ua/와 skills-lock.json은 에이전트 도구가 로컬에 만드는 상태 파일이다. 개발자마다 내용이 달라지고 저장소가 소유할 이유가 없는데 미추적으로 git status에 계속 남아, 실제 변경을 가렸다. Co-Authored-By: Claude Opus 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7513856..627c782 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,10 @@ AGENTS.md # 결정은 docs/decisions/의 ADR에, 규칙은 계약 테스트에 남긴다(AGENTS.md 4절). docs/superpowers/ +# 에이전트 도구가 로컬에 만드는 상태 파일. 개발자마다 달라지므로 공유하지 않는다. +.ua/ +skills-lock.json + # Local configuration and secrets .env .env.*