Skip to content

Commit ebfcacc

Browse files
chore: tighten dockerignore to reduce build context and speed up container builds
1 parent 295da9b commit ebfcacc

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

.dockerignore

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
/.husky/*
2-
/.github/*
3-
/website/data/*
1+
# Git and local editor/tooling metadata
2+
.git/
3+
.github/
4+
.vscode/
5+
.husky/
6+
.ruff_cache/
7+
.pipeline-runs/
8+
9+
# Dependency and build artifacts
10+
node_modules/
11+
dist/
12+
validation-results/
13+
logs/
14+
15+
# Local temporary sources and generated leftovers
16+
modules_temp/
17+
*.tsbuildinfo
18+
19+
# Documentation not needed for container build
20+
docs/
21+
guides/
22+
*.md
23+
24+
# Website runtime artifacts generated by pipeline
25+
website/data/*
426
!website/data/cache/
527
!website/data/cache/**
6-
/website/images/*
7-
/guides/*
8-
*.md
28+
website/images/*

0 commit comments

Comments
 (0)