Skip to content

Commit f5d3d6f

Browse files
committed
Tighten Cloud Run build context
1 parent c35b384 commit f5d3d6f

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ web/node_modules/
33
web/dist/
44
.git/
55
*.md
6+
.github/
7+
.claude/
8+
.tmp/
9+
docs/
10+
web/test-results/
11+
review-findings-2026-03-03.md

.gcloudignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!include:.gitignore
2+
3+
.git/
4+
.github/
5+
.claude/
6+
.tmp/
7+
docs/
8+
review-findings-2026-03-03.md
9+
web/test-results/

0 commit comments

Comments
 (0)