Spaces:
Running
Running
File size: 280 Bytes
0f08150 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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
|