Commit 2294e2a
committed
security: enhance .gitignore with comprehensive security patterns
- Add security patterns for sensitive files (*.key, *.pem, certificates)
- Include environment file patterns (.env, *.env)
- Add configuration file patterns (config.json, secrets.json, settings.json)
- Include credential file patterns (credentials.json, auth.json, token.json)
- Strengthen repository security posture against accidental exposure
Resolves security audit findings and implements enterprise security standards.1 parent 19ceb81 commit 2294e2a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
0 commit comments