Skip to content

chore: add .worktrees/ to .gitignore#774

Merged
openshift-merge-bot[bot] merged 1 commit intoopendatahub-io:mainfrom
EgorLu:add-worktrees-to-gitignore
Apr 20, 2026
Merged

chore: add .worktrees/ to .gitignore#774
openshift-merge-bot[bot] merged 1 commit intoopendatahub-io:mainfrom
EgorLu:add-worktrees-to-gitignore

Conversation

@EgorLu
Copy link
Copy Markdown
Contributor

@EgorLu EgorLu commented Apr 20, 2026

This is a minor change, relevant for people working with Git worktrees.
The feature requires a working directory, and .worktrees is a popular name for it (in the project root directory).

How Has This Been Tested?

Git ignores the directory after updating .gitignore properly

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

Summary by CodeRabbit

  • Chores
    • Updated .gitignore to exclude Git worktree directories from version control.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@EgorLu EgorLu requested a review from jland-redhat April 20, 2026 07:25
@openshift-ci openshift-ci Bot requested review from SB159 and ishitasequeira April 20, 2026 07:25
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 20, 2026

📝 Walkthrough

Walkthrough

The change adds .worktrees/ as a new entry to .gitignore. This prevents Git worktree directories (created via git worktree add) from being tracked or committed to the repository. The modification is a single-line addition to the ignore file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: adding .worktrees/ to .gitignore, which is exactly what the pull request does.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@EgorLu EgorLu added the ready-for-review All changes are complete and CI checks have passed. label Apr 20, 2026
Copy link
Copy Markdown
Contributor

@jland-redhat jland-redhat left a comment

Choose a reason for hiding this comment

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

lgtm

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: EgorLu, jland-redhat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot Bot merged commit fae753e into opendatahub-io:main Apr 20, 2026
7 checks passed
chaitanya1731 added a commit that referenced this pull request Apr 22, 2026
Automated promotion of **9 commit(s)** from `main` to `stable`.

```
fb2ea25 feat: add tenant CRD to e2e artifact collection and debug report (#787)
1b8f212 chore: restrict rbac for db secret (#779)
e746008 docs: add/update documentation for Maas Tenant (#773)
147eaa2 fix: per-model(s) top-level values in usage dashboard (#772)
b327b34 feat: add OIDC token support for model discovery via /v1/models (#703)
dbf6d03 fix: validate token rate limits and skip invalid subs in TRLP aggregation (#752)
fae753e chore: add .worktrees/ to .gitignore (#774)
c01dc5b fix: minor updates for external model (#771)
65ca551 fix: add explicit command to v0.8.2 simulator models to prevent bash … (#765)
```
chaitanya1731 added a commit that referenced this pull request Apr 22, 2026
Automated promotion of **11 commit(s)** from `stable` to `rhoai`.

```
fb2ea25 feat: add tenant CRD to e2e artifact collection and debug report (#787)
1b8f212 chore: restrict rbac for db secret (#779)
e746008 docs: add/update documentation for Maas Tenant (#773)
147eaa2 fix: per-model(s) top-level values in usage dashboard (#772)
b327b34 feat: add OIDC token support for model discovery via /v1/models (#703)
dbf6d03 fix: validate token rate limits and skip invalid subs in TRLP aggregation (#752)
89fba29 chore: promote main to stable (#770)
fae753e chore: add .worktrees/ to .gitignore (#774)
c01dc5b fix: minor updates for external model (#771)
65ca551 fix: add explicit command to v0.8.2 simulator models to prevent bash … (#765)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm ready-for-review All changes are complete and CI checks have passed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants