mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
Add support for system message and updated readme
This commit is contained in:
parent
a22d54fd3c
commit
642b6dc91d
10 changed files with 62 additions and 28 deletions
9
apps/agents/.gitignore
vendored
9
apps/agents/.gitignore
vendored
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
# Ignore VSCode files
|
||||
.vscode/*
|
||||
**/.vscode/*
|
||||
**/**/.vscode/*
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
|
@ -30,4 +32,9 @@
|
|||
**/**/*.out
|
||||
*.log
|
||||
**/*.log
|
||||
**/**/*.log
|
||||
**/**/*.log
|
||||
|
||||
# Ignore tmp.json files
|
||||
**/*tmp.json
|
||||
**/**/*tmp.json
|
||||
**/**/**/*tmp.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue