Update .gitignore to include private keys and CLI config
- Added patterns to ignore private key files (*.ppk, *.pem) and any files starting with 'privvy'. - Included cli-config.yaml in the ignore list to prevent sensitive SSH paths from being tracked.
This commit is contained in:
parent
4b68d30b0e
commit
8e986584f4
1 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -34,3 +34,10 @@ data/*
|
|||
node_modules/
|
||||
browser-use/
|
||||
agent-browser/
|
||||
# Private keys
|
||||
*.ppk
|
||||
*.pem
|
||||
privvy*
|
||||
|
||||
# CLI config (may contain sensitive SSH paths)
|
||||
cli-config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue