mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -33,4 +33,11 @@ run_datagen_megascience_glm4-6.sh
|
||||||
data/*
|
data/*
|
||||||
node_modules/
|
node_modules/
|
||||||
browser-use/
|
browser-use/
|
||||||
agent-browser/
|
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