mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-19 10:36:28 +00:00

* chore: vitest * chore: move test files * chore: support vitest * fix: exclude test files * chore(ci): add test workflow * feat: remove read env
48 lines
490 B
Plaintext
48 lines
490 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/
|
|
coverage
|