更新.gitignore以排除部署配置文件,删除不再使用的一键部署脚本,优化小程序部署流程,增强文档说明。
This commit is contained in:
21
.dockerignore
Normal file
21
.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# 构建/运行不需要的目录,不打包进镜像
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
.env*
|
||||
.DS_Store
|
||||
|
||||
# 部署与开发脚本不打包
|
||||
scripts
|
||||
*.sh
|
||||
deploy_config.json
|
||||
deploy_config.example.json
|
||||
requirements-deploy.txt
|
||||
|
||||
# 小程序、文档、附加模块
|
||||
miniprogram
|
||||
开发文档
|
||||
addons
|
||||
book
|
||||
Reference in New Issue
Block a user