Files
Last_one/deep-agents-ui/.prettierignore
T
dapa46 0f38d8d588 Add Deep Agents UI, pipeline fixes, and agent improvements.
Includes deep-agents-ui integration, rework detection via Gitea,
tool-call sanitization fixes, and startup scripts.
2026-06-18 19:33:26 +03:00

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