From 4aa805c60f2d1c73ca49bb3a2a19dc07ed411919 Mon Sep 17 00:00:00 2001 From: sangwook yoo Date: Tue, 12 May 2026 18:00:26 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=EC=97=90=20graphify-out/?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit graphify 지식 그래프 산출물(AST 캐시·graph.json·HTML·리포트)은 로컬 캐시이며 post-commit hook 으로 자동 갱신되므로 git 추적에서 제외. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1554dc5b..ba6d2ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,9 @@ last_updated.log claude-501/ sl +# [graphify 2026-05-12] graphify 지식 그래프 산출물 (로컬 캐시, post-commit hook 으로 자동 갱신) +graphify-out/ + # [local-only 2026-05-08] 모든 markdown 문서 + Claude 설정은 git 추적 제외 (로컬 전용) # 단, 루트 README.md 만 추적 유지 *.md