fix: add org baseline secret patterns to .gitignore#212
fix: add org baseline secret patterns to .gitignore#212
Conversation
Copies the petry-projects org secrets baseline verbatim into the repo, adding the required *.pem and *.key patterns (and many others) per the push-protection standard. Repo-specific entries (node_modules/, coverage/, test-results/, playwright-report/) are preserved in a dedicated section at the top. The standalone .env entry is removed since it's covered by the baseline's dotenv section. Closes #172 Co-authored-by: don-petry <don-petry@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
Self-review complete — no issues found. Only @don-petry — this is ready for your review and merge. This resolves the recurring compliance finding in #172. |
|



Summary
petry-projectsorg secrets baseline verbatim into.gitignore, adding the required*.pemand*.keypatterns per the push-protection standardnode_modules/,coverage/,test-results/,playwright-report/) in a dedicated section at the top.enventry since it's already covered by the baseline's dotenv sectionCloses #172
Test plan
.gitignoreis changed — no code logic affected, no test failures expected*.pemand*.keypatterns are present in the updated fileGenerated with Claude Code
Summary by CodeRabbit