Skip to content

fix: add org baseline secret patterns to .gitignore#197

Closed
don-petry wants to merge 3 commits into
mainfrom
claude/issue-172-20260418-1846
Closed

fix: add org baseline secret patterns to .gitignore#197
don-petry wants to merge 3 commits into
mainfrom
claude/issue-172-20260418-1846

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Summary

  • Copies the petry-projects org baseline .gitignore (secrets-only) verbatim into the repo
  • Adds the missing *.pem and *.key patterns required by the push-protection standard
  • Preserves existing repo-specific entries (node_modules/, coverage/, test-results/, playwright-report/) in a dedicated section at the top
  • Removes the standalone .env entry (it's covered by the baseline's dotenv section)

Closes #172

Generated with Claude Code

Copies the petry-projects org baseline .gitignore (secrets-only) into
the repo, adding the missing `*.pem` and `*.key` patterns required by
the push-protection standard. Existing repo-specific entries
(node_modules/, coverage/, test-results/, playwright-report/) are
preserved in a dedicated section at the top.

Closes #172

Co-authored-by: don-petry <don-petry@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 18, 2026 18:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@coderabbitai

coderabbitai Bot commented Apr 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 4 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 4 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fe68ef8c-9452-4e2a-a491-def622c998c2

📥 Commits

Reviewing files that changed from the base of the PR and between 56ee75a and bd9164c.

📒 Files selected for processing (1)
  • .gitignore
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-172-20260418-1846

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.

@don-petry

Copy link
Copy Markdown
Collaborator Author

Self-review

Change: Only .gitignore is modified — no code changes.

What was done:

  • Preserved existing repo-specific entries (node_modules/, coverage/, test-results/, playwright-report/) in a dedicated section at the top
  • Removed the standalone .env entry (it's now covered by the org baseline's dotenv section)
  • Appended the full petry-projects org baseline verbatim, which includes the required *.pem and *.key patterns (section 4 — SSH / TLS / GPG key material)

No issues found — the change is a straight copy of the org baseline with repo-specific entries preserved. No logic, tests, or lint checks are affected.


@don-petry — this is the code owner. Please review and merge when ready.

@sonarqubecloud

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Collaborator Author

Closing as duplicate of #212 — same fix for issue #191. The newest attempt is kept open.

@don-petry don-petry closed this May 3, 2026
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.

Compliance: gitignore_secrets_block

2 participants