mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-13 22:56:28 +00:00

* fix: context * fix: context * action * update scripts * update action * fix: kubeconfig * update preview * docker file * perf: action per * update doc deploy yml * doc (#99) * doc * doc * rename * doc * fix: action on * doc (#100)
68 lines
575 B
Plaintext
68 lines
575 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.test.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Production
|
|
build
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
debug.log*
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Cache
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/ |