Skip to content

Commit beecf99

Browse files
committed
build: update .dockerignore to include additional files
- remove exclusions for docker-compose files to support build configurations - remove exclusions for docs directory to include documentation in context - remove exclusions for Cargo.lock and .cargo-ok to enable dependency tracking - remove exclusions for test artifacts to facilitate integration testing in builds Signed-off-by: mingcheng <mingcheng@apache.org>
1 parent 429353e commit beecf99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.dockerignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ docker-compose*
1313
# Documentation
1414
/docs
1515

16-
# Project build files
17-
Cargo.lock
18-
**/.cargo-ok
19-
2016
# Test artifacts
2117
**/*test-*
2218
**/*Test*

0 commit comments

Comments
 (0)