mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-22 20:36:09 -04:00
c0e676a1a5
* feat: add support for Vercel sandbox * format * switch to deno * cr * format * rename * format * remove skip * feedback * Apply suggestion from @hntrl Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com> * auto bump peer dep * format * fix lock file * add jiti * add support for initialFiles * include provider integration tests * use DENO_DEPLOY_TOKEN * add changeset --------- Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
59 lines
668 B
Plaintext
59 lines
668 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
**/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
.yarn/cache
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
/dist
|
|
**/dist
|
|
/dist-examples
|
|
**/dist-examples
|
|
.turbo/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
credentials.json
|
|
|
|
# LangGraph API
|
|
.langgraph_api
|
|
|
|
**/.claude/settings.local.json
|
|
|
|
# Agent OS
|
|
agent-os
|
|
.claude
|
|
|
|
# Sandbox workspace directory - created at runtime
|
|
sandbox-workspace/
|
|
coverage |