Skip to content

Commit 8e407e2

Browse files
chore: gitignore private keys and credential files
Ignore *.pem / *.key / *.p12 / *.pfx so GitHub App private keys (e.g. the codeboarding-review PEM downloaded for CI setup) can't be committed by accident. No key is tracked in history. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6f097bb commit 8e407e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ docs/development/architecture.md
2020
# Environment files
2121
.env
2222

23+
# Secrets / credentials — never commit GitHub App private keys or similar.
24+
# (e.g. codeboarding-review.<date>.private-key.pem downloaded for CI setup.)
25+
*.pem
26+
*.key
27+
*.p12
28+
*.pfx
29+
2330
# Logs
2431
*.log
2532

0 commit comments

Comments
 (0)