mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-13 14:29:40 +00:00
26 lines
268 B
Plaintext
26 lines
268 B
Plaintext
# 构建输出目录
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
local/
|
|
|
|
# 依赖目录
|
|
node_modules/
|
|
|
|
# 缓存和生成文件
|
|
coverage/
|
|
.coverage/
|
|
.nyc_output/
|
|
*.log
|
|
|
|
# 其他不需要检查的文件
|
|
*.min.js
|
|
*.config.js
|
|
vitest.config.mts
|
|
|
|
# 特定目录
|
|
bin/
|
|
scripts/
|
|
deploy/
|
|
document/ |