mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-13 14:29:40 +00:00
40 lines
411 B
Plaintext
40 lines
411 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/
|
|
|
|
.idea/
|
|
files/helm/fastgpt/fastgpt-0.1.0.tgz
|
|
files/helm/fastgpt/charts/*.tgz
|
|
|
|
tmp/
|
|
coverage
|
|
document/.source |