You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
257 B
13 lines
257 B
# 构建上下文瘦身:避免把本地产物/元数据塞进 Docker 构建上下文
|
|
# (服务器上 docker compose build 时 COPY . . 会读取整个上下文)
|
|
**/target/
|
|
.git/
|
|
.gitignore
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
logs/
|
|
.scratch/
|
|
.qoder/
|
|
*.md
|
|
!README.md
|
|
|