Skip to content

Commit 6b7059b

Browse files
committed
Dockerignore: update
1 parent 2a79a7a commit 6b7059b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.dockerignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,18 @@ tools/heartbeats-processor/*.db
1818
# circuit-blobs
1919

2020
# GH workflows
21+
.claude
2122
.github
2223
.idea
2324

24-
# Infrastructure
25-
helm
26-
2725
# Output of build-wasm
2826
pkg
2927

3028
# Outputs of build-tests-webrtc
3129
cargo-build-test.json
32-
tests.tsv
30+
tests.tsv
31+
32+
# We do not use Nix to build the Docker images, therefore we can ignore the Nix
33+
# related files
34+
flake.lock
35+
flake.nix

0 commit comments

Comments
 (0)