Skip to content

feat(oxfmt): Respect .gitignore in sub directries#17352

Merged
graphite-app[bot] merged 1 commit intomainfrom
12-25-feat_oxfmt_respect_.gitignore_in_sub_directries
Dec 25, 2025
Merged

feat(oxfmt): Respect .gitignore in sub directries#17352
graphite-app[bot] merged 1 commit intomainfrom
12-25-feat_oxfmt_respect_.gitignore_in_sub_directries

Conversation

@leaysgur
Copy link
Member

@leaysgur leaysgur commented Dec 25, 2025

Fixes #17341

Since the ignore crate already has this capability, enable it.

Other parts are also adjustable, but for now, only address the specific requests made in the issue.

@github-actions github-actions bot added A-cli Area - CLI A-formatter Area - Formatter C-enhancement Category - New feature or request labels Dec 25, 2025
Copy link
Member Author

leaysgur commented Dec 25, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@leaysgur leaysgur force-pushed the 12-25-feat_oxfmt_respect_.gitignore_in_sub_directries branch 2 times, most recently from a6f2267 to cf51f74 Compare December 25, 2025 04:24
@leaysgur leaysgur changed the title feat(oxfmt): Respect .gitignore in sub directries feat(oxfmt): Respect .gitignore in sub directries Dec 25, 2025
@leaysgur leaysgur force-pushed the 12-25-feat_oxfmt_respect_.gitignore_in_sub_directries branch from cf51f74 to 916cf62 Compare December 25, 2025 04:30
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Dec 25, 2025
Copy link
Member

Boshen commented Dec 25, 2025

Merge activity

Fixes #17341

Since the `ignore` crate already has this capability, enable it.

Other parts are also adjustable, but for now, only address the specific requests made in the issue.
@graphite-app graphite-app bot force-pushed the 12-25-refactor_oxfmt_load_ignore_paths_also_checks_existence branch from 1badd71 to 30e5873 Compare December 25, 2025 04:37
@graphite-app graphite-app bot force-pushed the 12-25-feat_oxfmt_respect_.gitignore_in_sub_directries branch from 916cf62 to 4df8063 Compare December 25, 2025 04:38
Base automatically changed from 12-25-refactor_oxfmt_load_ignore_paths_also_checks_existence to main December 25, 2025 04:44
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Dec 25, 2025
@graphite-app graphite-app bot merged commit 4df8063 into main Dec 25, 2025
19 checks passed
@graphite-app graphite-app bot deleted the 12-25-feat_oxfmt_respect_.gitignore_in_sub_directries branch December 25, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oxfmt: oxfmt does not respect nested gitignore

2 participants