25 lines
432 B
Plaintext
25 lines
432 B
Plaintext
# Build context allowlist. Keep this file ASCII-only for BuildKit compatibility.
|
|
**
|
|
|
|
!Dockerfile
|
|
!package.json
|
|
!package-lock.json
|
|
!nuxt.config.ts
|
|
!tsconfig.json
|
|
|
|
!app/
|
|
!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/brand-logo-source.png
|
|
public/images/hero-bg-v1.png
|