22 lines
302 B
Plaintext
22 lines
302 B
Plaintext
|
|
# 构建/运行不需要的目录,不打包进镜像
|
||
|
|
node_modules
|
||
|
|
.next
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
*.md
|
||
|
|
.env*
|
||
|
|
.DS_Store
|
||
|
|
|
||
|
|
# 部署与开发脚本不打包
|
||
|
|
scripts
|
||
|
|
*.sh
|
||
|
|
deploy_config.json
|
||
|
|
deploy_config.example.json
|
||
|
|
requirements-deploy.txt
|
||
|
|
|
||
|
|
# 小程序、文档、附加模块
|
||
|
|
miniprogram
|
||
|
|
开发文档
|
||
|
|
addons
|
||
|
|
book
|