Skip to content

chore: gitignore local cocoindex index + blog drafts - #16

Merged
drakulavich merged 1 commit into
mainfrom
chore/gitignore-local-dirs
Jun 1, 2026
Merged

chore: gitignore local cocoindex index + blog drafts#16
drakulavich merged 1 commit into
mainfrom
chore/gitignore-local-dirs

Conversation

@drakulavich

Copy link
Copy Markdown
Owner

Adds two local-only directories to .gitignore so 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 status clean.

πŸ€– Generated with Claude Code

.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-apps

greptile-apps Bot commented Jun 1, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds two local-only paths to .gitignore to keep git status clean without affecting any tracked files or build output. Both .cocoindex_code/ and docs/blog/ are correctly formed patterns grouped with appropriate comments.

Confidence Score: 5/5

This PR adds two new ignore entries to .gitignore and touches nothing else β€” straightforward and safe to merge.

Both patterns are correctly formed: .cocoindex_code/ fits naturally into the existing local dev-state group, and docs/blog/ is root-anchored so it only matches the intended directory. No tracked files are affected and no build or runtime behavior changes.

No files require special attention.

Important Files Changed

Filename Overview
.gitignore Adds .cocoindex_code/ to the existing local dev-state group and docs/blog/ as a new root-anchored ignore entry; both patterns are correct and well-grouped.

Reviews (1): Last reviewed commit: "chore: gitignore local cocoindex index +..." | Re-trigger Greptile

@drakulavich
drakulavich merged commit 7960526 into main Jun 1, 2026
4 checks passed
@drakulavich
drakulavich deleted the chore/gitignore-local-dirs branch June 1, 2026 09:25
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