chore: gitignore local cocoindex index + blog drafts - #16
Merged
Conversation
.cocoindex_code/ is local ccc/cocoindex index state (grouped with the other agent/dev dirs); docs/blog/ holds local blog drafts that aren't part of the shipped project. Neither was ever committed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Greptile SummaryThis PR adds two local-only paths to Confidence Score: 5/5This PR adds two new ignore entries to .gitignore and touches nothing else β straightforward and safe to merge. Both patterns are correctly formed: No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore: gitignore local cocoindex index +..." | Re-trigger Greptile |
Merged
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.
Adds two local-only directories to
.gitignoreso they stop showing up as untracked:.cocoindex_code/β local ccc/cocoindex code index (grouped with the existing.omc/,.claude/,.codegraph/agent/dev-state entries).docs/blog/β local blog drafts, not part of the shipped project.Neither was ever committed; this just keeps
git statusclean.π€ Generated with Claude Code