mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
29 lines
231 B
Plaintext
29 lines
231 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Test files
|
|
test
|
|
*.test.ts
|
|
vitest.config.ts
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build artifacts
|
|
dist
|
|
*.log
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|