mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
32 lines
311 B
Plaintext
32 lines
311 B
Plaintext
# dependencies
|
|
node_modules/
|
|
# next.js
|
|
.next/
|
|
out/
|
|
# production
|
|
build/
|
|
|
|
# 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/
|
|
.husky/
|
|
data/*.local.* |