Skip to content

chore: Impeccable 훅 캐시를 gitignore에 추가 - #393

Merged
k002bill2 merged 1 commit into
mainfrom
chore/gitignore-impeccable
Sep 5, 2026
Merged

chore: Impeccable 훅 캐시를 gitignore에 추가#393
k002bill2 merged 1 commit into
mainfrom
chore/gitignore-impeccable

Conversation

@k002bill2

Copy link
Copy Markdown
Owner

문제

src/dashboard/.impeccable/hook.cache.json 이 gitignore에 없어 매 세션 git status 에 untracked로 올라온다. 내용은 Impeccable 훅의 로컬 캐시로, 절대경로(/Users/.../workspaces/...)와 세션 UUID를 담고 있어 공유 대상이 아니다.

변경

.gitignore Cache 섹션에 .impeccable/ 한 줄 추가. 선행 슬래시가 없어 레포 내 모든 깊이에서 매칭된다.

검증

RED → GREEN (git check-ignore -v src/dashboard/.impeccable/hook.cache.json):

  • 변경 전: 매칭 없음 (exit 1)
  • 변경 후: .gitignore:65:.impeccable/ src/dashboard/.impeccable/hook.cache.json

기존 추적 파일 영향 없음 — git ls-files | grep -i impeccable 결과 0건.

🤖 Generated with Claude Code

https://claude.ai/code/session_017tJd9QYufBsW7CyaYRkNFy

src/dashboard/.impeccable/hook.cache.json 은 Impeccable 훅이 세션마다
새로 쓰는 로컬 캐시로, 절대경로와 세션 UUID를 담고 있어 추적 대상이 아니다.
Cache 섹션에 .impeccable/ 를 추가해 모든 경로 깊이에서 무시한다.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017tJd9QYufBsW7CyaYRkNFy
@k002bill2
k002bill2 merged commit 1ee980f into main Sep 5, 2026
9 checks passed
@k002bill2
k002bill2 deleted the chore/gitignore-impeccable branch September 5, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant