mirror of
https://github.com/7836246/cursor2api.git
synced 2026-06-20 18:16:03 +08:00
- Dockerfile: 基于 Alpine,包含 Chromium 和中文字体 - docker-compose.yml: 配置 shm_size 和安全设置 - .dockerignore: 优化构建上下文 - README.md: 添加 Docker 部署说明
25 lines
191 B
Plaintext
25 lines
191 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Build artifacts
|
|
cursor2api
|
|
*.exe
|
|
|
|
# Docs
|
|
*.md
|
|
!README.md
|
|
|
|
# Scripts (not needed in container)
|
|
scripts/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
*.log
|