Files
FastGPT/.gitignore
archer 8be1834cfb docs
2023-07-26 17:32:26 +08:00

32 lines
302 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/