mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -38,6 +38,7 @@ agent-browser/
|
||||||
*.ppk
|
*.ppk
|
||||||
*.pem
|
*.pem
|
||||||
privvy*
|
privvy*
|
||||||
|
images/
|
||||||
|
|
||||||
# CLI config (may contain sensitive SSH paths)
|
# CLI config (may contain sensitive SSH paths)
|
||||||
cli-config.yaml
|
cli-config.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue