0f38d8d588
Includes deep-agents-ui integration, rework detection via Gitea, tool-call sanitization fixes, and startup scripts.
32 lines
282 B
Plaintext
32 lines
282 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
.next
|
|
out
|
|
|
|
# production
|
|
build
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# misc
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# lock files
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
package-lock.json
|