chore: keep graft's local graph cache out of git but in search - #60
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
graft writes a regenerable graph cache under
graft/. This keeps it out of git and still searchable..gitignoreexcludes/graft/..ignore(new) re-admitsgraft/for ripgrep, which reads.ignorebefore.gitignore, while still skippinggraft/.cache/andgraft/.graph/.No package, token or CSS change.
pnpm run verifypassed locally on this branch.graft가
graft/아래에 다시 만들 수 있는 그래프 캐시를 씁니다. 이 PR은 그 캐시를 git에서는 빼고 검색에서는 보이게 합니다..gitignore가/graft/를 제외합니다..ignore는 ripgrep이.gitignore보다 먼저 읽는 파일로,graft/를 검색 대상으로 다시 넣고graft/.cache/·graft/.graph/만 뺍니다.패키지·토큰·CSS 변경은 없습니다. 이 브랜치에서 로컬
pnpm run verify가 통과했습니다.