mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Update .gitignore to include additional ignored files
- Added 'images/' to the ignore list to prevent tracking of image files. - Retained existing entries for private keys and CLI config to maintain security and privacy.
This commit is contained in:
parent
8f5f99c22a
commit
9c8d707530
1 changed files with 9 additions and 8 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -33,11 +33,12 @@ run_datagen_megascience_glm4-6.sh
|
|||
data/*
|
||||
node_modules/
|
||||
browser-use/
|
||||
agent-browser/
|
||||
# Private keys
|
||||
*.ppk
|
||||
*.pem
|
||||
privvy*
|
||||
|
||||
# CLI config (may contain sensitive SSH paths)
|
||||
cli-config.yaml
|
||||
agent-browser/
|
||||
# Private keys
|
||||
*.ppk
|
||||
*.pem
|
||||
privvy*
|
||||
images/
|
||||
|
||||
# CLI config (may contain sensitive SSH paths)
|
||||
cli-config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue