forked from TryGhost/Ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
41 lines (28 loc) · 754 Bytes
/
Copy path.dockerignore
File metadata and controls
41 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Avoid negated patterns. They prevent BuildKit from pruning ignored directories
# during wildcard COPY context discovery, causing severe build slowdowns.
node_modules
.nxcache
.nx
**/*.log
build
dist
coverage
.eslintcache
test-results
tsconfig.tsbuildinfo
Dockerfile
.dockerignore
.git
.vscode
.editorconfig
compose.yml
.agents
.claude
.codex
.cursor
# NOTE: core/built/admin is intentionally NOT ignored — the production image's
# `full` stage COPYs it from the build context, where CI injects the admin build
# artifact. The `core` stage copies from the deploy stage (which never builds
# admin), so a stray local admin build cannot leak into the core image.
# Ignore local config files (.json and .jsonc)
ghost/core/config.local.json*