Skip to content

Commit d6b9070

Browse files
committed
Docker: add more files to ignore while copying into docker image
1 parent 2db9d82 commit d6b9070

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.dockerignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,20 @@ tools/heartbeats-processor/credentials/
1414
tools/heartbeats-processor/*.db
1515
# Ensure .sqlx files are included
1616
!tools/heartbeats-processor/.sqlx/
17+
18+
# Will be copied on demand in the Docker image, if necessary
19+
circuit-blobs
20+
21+
# GH workflows
22+
.github
23+
.idea
24+
25+
# Infrastructure
26+
helm
27+
28+
# Output of build-wasm
29+
pkg
30+
31+
# Outputs of build-tests-webrtc
32+
cargo-build-test.json
33+
tests.tsv

0 commit comments

Comments
 (0)