fix: 兼容 BuildKit 的纯 ASCII 构建上下文规则
This commit is contained in:
@@ -1,14 +1,24 @@
|
|||||||
node_modules
|
# Build context allowlist. Keep this file ASCII-only for BuildKit compatibility.
|
||||||
.nuxt
|
**
|
||||||
.output
|
|
||||||
.git
|
!Dockerfile
|
||||||
.DS_Store
|
!package.json
|
||||||
data/db/*
|
!package-lock.json
|
||||||
data/media/*
|
!nuxt.config.ts
|
||||||
素材库
|
!tsconfig.json
|
||||||
docs
|
|
||||||
*.log
|
!app/
|
||||||
.env*
|
!app/**
|
||||||
|
!server/
|
||||||
|
!server/**
|
||||||
|
!public/
|
||||||
|
!public/**
|
||||||
|
!scripts/
|
||||||
|
!scripts/**
|
||||||
|
!content/
|
||||||
|
!content/**
|
||||||
|
|
||||||
|
# Local-only source masters are not required by the production image.
|
||||||
public/images/hero-bg-v3-master.png
|
public/images/hero-bg-v3-master.png
|
||||||
public/images/brand-logo-source.png
|
public/images/brand-logo-source.png
|
||||||
public/images/hero-bg-v1.png
|
public/images/hero-bg-v1.png
|
||||||
|
|||||||
Reference in New Issue
Block a user