Commit e0db05d
committed
security: add comprehensive secret/credential patterns to .gitignore
- Block environment files: *.env, .env*, *.env.*
- Block certificates: *.pem, *.key, *.crt, *.cer, *.der
- Block encrypted files: *.gpg, *.p12, *.pfx
- Block SSH keys: *_rsa, *_dsa, *_ecdsa, *id_ed25519*, id_rsa*, id_dsa*
- Block credentials: credentials*, secrets*, .npmrc, .pypirc1 parent f8dd2f5 commit e0db05d
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
0 commit comments