chore: add PRD.md to .gitignore and remove from remote tracking#36
chore: add PRD.md to .gitignore and remove from remote tracking#36matieydjato merged 1 commit intodevelopfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.gitignore (1)
11-11: Consider using/PRD.mdfor root-level specificity.The current pattern
PRD.mdwill ignore files namedPRD.mdin any directory throughout the repository. If you only intend to ignorePRD.mdat the repository root, use/PRD.mdinstead for clearer intent.📝 Proposed change for root-level specificity
-PRD.md +/PRD.md🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.gitignore at line 11, Change the gitignore pattern from "PRD.md" to "/PRD.md" to ensure only the root-level PRD.md is ignored; update the .gitignore entry that currently contains PRD.md to use the leading slash for root specificity.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.gitignore:
- Line 11: Change the gitignore pattern from "PRD.md" to "/PRD.md" to ensure
only the root-level PRD.md is ignored; update the .gitignore entry that
currently contains PRD.md to use the leading slash for root specificity.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 24bdce42-4b53-4d46-af4a-b37c7cf4d564
📒 Files selected for processing (2)
.gitignorePRD.md
💤 Files with no reviewable changes (1)
- PRD.md
* Docs/setup GitHub pages (#38) * docs: add Docusaurus site with GitHub Pages deployment * docs: address CodeRabbit review (a11y focus, contrast, single-branch deploy) * ci(docs): move workflow permissions to job level (SonarQube) * chore: trigger ci re-run * fix(docs): override serialize-javascript to 7.0.3+ (GHSA-5c6j-r48x-rmvq) * fix(docs): override uuid to 14.0.0 (GHSA-w5hq-g745-h8pq) * docs: address CodeRabbit review (instanceof, conditional checklist, branch trigger, font-family casing, dynamic version) * feat(docs): custom logo & SVG favicon (indigo gradient) (#39) * feat(docs): custom OG social card (PNG 1200x630, on-brand) (#40) * chore: add PRD.md to .gitignore and remove from remote tracking (#36) (#37)



Summary
Removes PRD.md from remote tracking and adds it to .gitignore to prevent future commits of this file.
Related issue
Changes
Checklist
npm testpasses locallynpm run typecheckpasses locally[Unreleased]if user-visibleSummary by CodeRabbit
Documentation
Chores