chore: gitignore 에 graphify-out/ 추가
graphify 지식 그래프 산출물(AST 캐시·graph.json·HTML·리포트)은 로컬 캐시이며 post-commit hook 으로 자동 갱신되므로 git 추적에서 제외. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
76a53c64d9
commit
4aa805c60f
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user