Skip to content

chore(gitignore): add .worktrees/ to .gitignore - #94

Merged
mateo-di merged 1 commit into
carto/mainfrom
chore/add-worktrees-gitignore
Mar 4, 2026
Merged

chore(gitignore): add .worktrees/ to .gitignore#94
mateo-di merged 1 commit into
carto/mainfrom
chore/add-worktrees-gitignore

Conversation

@mateo-di

@mateo-di mateo-di commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add .worktrees/ to .gitignore to support in-repo git worktree directories, following the pattern established in cloud-native (PR BerriAI#23519).

What Changed

Added:

  • .worktrees/ entry in .gitignore to prevent tracking local worktree checkouts

Modified:

  • N/A

Removed:

  • N/A

Architectural Context

EAD: N/A - small change

Architectural Decisions Made:

  • N/A - small change

Review Focus Areas

Critical areas (require thorough review):

  1. .gitignore - verify the entry correctly ignores the .worktrees/ directory

Safe to skip: N/A - single-line change

Deployment Impact

  • Not applicable (docs, tests only)

Migration & Breaking Changes

  • No migrations or breaking changes

Security Considerations

  • No security impact

Performance Impact

  • No performance impact

Tests

  • No tests needed (gitignore-only change)

Dependencies

  • Related: CartoDB/cloud-native#23519 (same pattern)

How to Validate

  1. Verify .worktrees/ appears in .gitignore
  2. Create a test directory .worktrees/test and confirm git status does not show it

AI-Generated Code Notice

  • This PR contains AI-generated code
  • Areas requiring extra verification: N/A - trivial gitignore entry
  • Not applicable

Coding Standards Compliance

  • Changes follow team coding standards
  • No violations of deprecated patterns

Checklist

  • PR title follows convention
  • Shortcut story linked
  • One issue per PR
  • Appropriate labels applied
  • Reviewers assigned (or auto-assigned)
  • AI review findings addressed (if applicable)

@mateo-di mateo-di self-assigned this Mar 4, 2026
@mateo-di
mateo-di marked this pull request as ready for review March 4, 2026 12:21
@mateo-di
mateo-di merged commit be7f073 into carto/main Mar 4, 2026
4 checks passed
@mateo-di mateo-di changed the title chore: add .worktrees/ to .gitignore chore(gitignore): add .worktrees/ to .gitignore Mar 4, 2026
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