Skip to content

chore: keep graft's local graph cache out of git but in search - #60

Merged
jlc488 merged 1 commit into
mainfrom
chore/graft-ignore
Sep 13, 2026
Merged

jlc488 merged 1 commit into
mainfrom
chore/graft-ignore

Conversation

@jlc488

@jlc488 jlc488 commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

graft writes a regenerable graph cache under graft/. This keeps it out of git and still searchable.

  • .gitignore excludes /graft/.
  • .ignore (new) re-admits graft/ for ripgrep, which reads .ignore before .gitignore, while still skipping graft/.cache/ and graft/.graph/.

No package, token or CSS change. pnpm run verify passed locally on this branch.


graft가 graft/ 아래에 다시 만들 수 있는 그래프 캐시를 씁니다. 이 PR은 그 캐시를 git에서는 빼고 검색에서는 보이게 합니다.

  • .gitignore/graft/를 제외합니다.
  • .ignore는 ripgrep이 .gitignore보다 먼저 읽는 파일로, graft/를 검색 대상으로 다시 넣고 graft/.cache/·graft/.graph/만 뺍니다.

패키지·토큰·CSS 변경은 없습니다. 이 브랜치에서 로컬 pnpm run verify가 통과했습니다.

graft writes a regenerable graph cache under graft/. .gitignore now
excludes it from git, and .ignore re-admits the tree for ripgrep
(which reads .ignore before .gitignore) while still skipping the
.cache and .graph build directories.
@jlc488
jlc488 merged commit 48eddcd into main Sep 13, 2026
2 checks passed
@jlc488
jlc488 deleted the chore/graft-ignore branch September 13, 2026 16:03
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