mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
33 lines
247 B
Plaintext
33 lines
247 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.test
|
|
|
|
# Build
|
|
dist
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test coverage
|
|
coverage
|
|
|
|
# Bun
|
|
bun.lockb
|