cursor2api / .dockerignore
github-actions[bot]
sync: upstream b70f787 Merge pull request #84 from huangzt/feature/vue-logs-ui
c6dedd5
raw
history blame contribute delete
280 Bytes
node_modules
dist
.vscode
.claude
.idea
.git
.gitignore
*.log
http.log
npm-debug.log
.DS_Store
# 构建中间产物和测试文件
deploy.sh
*.zip
*.tar.gz
test*.txt
# Docker 自身配置(避免递归)
Dockerfile
docker-compose.yml
.dockerignore
# 文档
README.md
LICENSE