mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Update .gitignore to include additional directories and files
- Added entries for `node_modules/`, `browser-use/`, and `agent-browser/` to prevent unnecessary files from being tracked. - Updated `data/*` entry to `data/*` for consistency in ignoring data files. - Ensured no newline at the end of the file for proper formatting.
This commit is contained in:
parent
b78076cac7
commit
54ca0997ee
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -30,4 +30,7 @@ run_datagen_megascience_glm4-6.sh
|
|||
run_datagen_sonnet.sh
|
||||
source-data/*
|
||||
run_datagen_megascience_glm4-6.sh
|
||||
data/*
|
||||
data/*
|
||||
node_modules/
|
||||
browser-use/
|
||||
agent-browser/
|
||||
Loading…
Add table
Add a link
Reference in a new issue