Skip to content

chore: anchor agents/ gitignore pattern to repo root - #29765

Merged
mvvmm merged 1 commit into
productionfrom
fix-agents-ignore
Apr 11, 2026
Merged

chore: anchor agents/ gitignore pattern to repo root#29765
mvvmm merged 1 commit into
productionfrom
fix-agents-ignore

Conversation

@mvvmm

@mvvmm mvvmm commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

Summary

The agents/ pattern in .gitignore was matching any directory named agents/ at any depth in the repo, including src/content/docs/agents/. This was blocking edits to the Agents documentation pages.

Changed agents/ to /agents/ to anchor the pattern to the repo root, so it only ignores a top-level agents/ directory (the intended rulesync output target) and no longer affects src/content/docs/agents/.

(Also added 2 unrelated newlines)

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
* @cloudflare/pcx-technical-writing, @cloudflare/product-owners

@mvvmm
mvvmm marked this pull request as ready for review April 11, 2026 15:50
@mvvmm
mvvmm requested a review from a team April 11, 2026 15:50
@github-actions

Copy link
Copy Markdown
Contributor

@mvvmm
mvvmm enabled auto-merge (squash) April 11, 2026 20:25
@mvvmm
mvvmm merged commit 3fcdf68 into production Apr 11, 2026
16 checks passed
@mvvmm
mvvmm deleted the fix-agents-ignore branch April 11, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants