From 49769cae4fddc58b7df0a1f35c40cbe006dbd7d7 Mon Sep 17 00:00:00 2001 From: janghw Date: Wed, 5 Aug 2026 15:47:58 +0900 Subject: [PATCH] Exclude agents directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4fd9036..6417248 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ output/ outputs/ tmp/ .agents/ +.claude/ +.idea/codeStyles/ +AGENTS.md # 에이전트 작업 계획·산출물. 저장소 문서가 아니므로 반입 대상에 넣지 않는다. # 결정은 docs/decisions/의 ADR에, 규칙은 계약 테스트에 남긴다(AGENTS.md 4절).