mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00

* fix: plugin update * feat: get current time plugin * fix: ts * perf: select app ux * fix: ts * perf: max w * move code * perf: inform tip * fix: inform * doc * fix: tool handle * perf: tmp file store * doc * fix: message file selector * feat: doc * perf: switch trigger * doc * fix: openapi import * rount the number * parse openapi schema * fix empty line after variables (#64) * doc image * image size * doc * doc * catch error --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
47 lines
481 B
Plaintext
47 lines
481 B
Plaintext
# dependencies
|
|
node_modules/
|
|
# next.js
|
|
.next/
|
|
out/
|
|
# production
|
|
build/
|
|
.astro/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
platform.json
|
|
testApi/
|
|
local/
|
|
dist/
|
|
|
|
# hugo
|
|
**/.hugo_build.lock
|
|
docSite/public/
|
|
docSite/resources/_gen/
|
|
docSite/.vercel
|
|
*.local.*
|
|
|
|
|
|
.idea/
|
|
files/helm/fastgpt/fastgpt-0.1.0.tgz
|
|
files/helm/fastgpt/charts/*.tgz
|
|
|
|
tmp/
|