Skip to content

chore: ignore IDE dirs, query binary, benchmark output, worktrees#22

Open
mlwelles wants to merge 1 commit into
matthewmcneely:mainfrom
mlwelles:chore/gitignore-housekeeping
Open

chore: ignore IDE dirs, query binary, benchmark output, worktrees#22
mlwelles wants to merge 1 commit into
matthewmcneely:mainfrom
mlwelles:chore/gitignore-housekeeping

Conversation

@mlwelles

@mlwelles mlwelles commented Jun 4, 2026

Copy link
Copy Markdown

What this changes

Adds common local artifacts to .gitignore so they stay out of the repo:

  • .idea/, .vscode/ — editor configuration
  • /query — the built cmd/query binary
  • load_test/*.json — benchmark result files
  • .worktrees/ — git worktrees

Why

These are developer-local outputs, not source. Ignoring them keeps git status
clean and prevents accidental commits of editor settings, build binaries, and
benchmark output.

No source changes. The automated review (cubic) found no issues.

Add common local artifacts to .gitignore: editor config (.idea/, .vscode/),
the built ./query binary, load_test benchmark JSON, and git worktrees.
@mlwelles mlwelles requested a review from matthewmcneely as a code owner June 4, 2026 20:00

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

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