chore: harden .gitignore for secrets and credentials
Add wildcard .env* exclusion, PEM/key/cert patterns. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
5bfb63aa7f
commit
22b428d222
+5
-1
@@ -5,10 +5,14 @@ target/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
.env.local
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
loop/loop.log
|
||||
server/data/
|
||||
loop/
|
||||
.pnpm-store/
|
||||
.npmrc
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
|
||||
Reference in New Issue
Block a user