Skip to content

chore: add PRD.md to .gitignore and remove from remote tracking#36

Merged
matieydjato merged 1 commit intodevelopfrom
chore/prd-ignore
Apr 24, 2026
Merged

chore: add PRD.md to .gitignore and remove from remote tracking#36
matieydjato merged 1 commit intodevelopfrom
chore/prd-ignore

Conversation

@matieydjato
Copy link
Copy Markdown
Owner

@matieydjato matieydjato commented Apr 24, 2026

Summary

Removes PRD.md from remote tracking and adds it to .gitignore to prevent future commits of this file.

Related issue

Changes

  • Removed PRD.md from remote repository
  • Added PRD.md to .gitignore

Checklist

  • Tests added or updated
  • npm test passes locally
  • npm run typecheck passes locally
  • CHANGELOG entry added under [Unreleased] if user-visible
  • Docs updated (README / CONTRIBUTING) if behavior changed

Summary by CodeRabbit

  • Documentation

    • Product Requirements Document removed.
  • Chores

    • Updated .gitignore configuration to exclude documentation files.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9fed882e-618a-4376-bc9b-cd0801eacaa6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/prd-ignore

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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
.gitignore (1)

11-11: Consider using /PRD.md for root-level specificity.

The current pattern PRD.md will ignore files named PRD.md in any directory throughout the repository. If you only intend to ignore PRD.md at the repository root, use /PRD.md instead 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

📥 Commits

Reviewing files that changed from the base of the PR and between 0251785 and 5a3f9e1.

📒 Files selected for processing (2)
  • .gitignore
  • PRD.md
💤 Files with no reviewable changes (1)
  • PRD.md

@matieydjato matieydjato merged commit d3deb2a into develop Apr 24, 2026
8 checks passed
matieydjato added a commit that referenced this pull request Apr 28, 2026
* 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)
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