Files
FastGPT/projects/sandbox_server/.dockerignore
Archer 44d64ce40e Sandbox server (#6383)
* feat: sandbox_server

* docker build

* action
2026-02-04 20:49:26 +08:00

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