- 添加自动化部署脚本 (deploy.sh) - 创建 Gitea Actions 工作流配置 - 添加代码检查和验证步骤 - 配置部署产物管理 Closes #5
10 lines
65 B
Plaintext
10 lines
65 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
deploy/
|
|
*.swp
|
|
*~
|