Skip to content

Commit 53a8b8f

Browse files
committed
Dockerignore: update
1 parent 3d4cb8c commit 53a8b8f

File tree

1 file changed

+52
-7
lines changed

1 file changed

+52
-7
lines changed

.dockerignore

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1-
target/
1+
# MISC
2+
.gitignore
3+
ARCHITECTURE.md
4+
CHANGELOG.md
5+
CLAUDE.md
6+
README.md
7+
status.md
8+
9+
# Docker related
210
Dockerfile
3-
Dockerfile_FE
411
docker-compose.yml
12+
docker-compose.block-producer.yml
13+
docker-compose.archive.devnet.compare.yml
14+
docker-compose.archive.devnet.yml
15+
docker-compose.archive.local.producers.yml
16+
docker/
17+
run-debugger-ocaml-node.yaml
18+
run.yaml
19+
520
.dockerignore
21+
622
cli/bin
723
cli/tests
824
!cli/bin/snark-worker
@@ -19,15 +35,44 @@ tools/heartbeats-processor/*.db
1935
circuit-blobs
2036

2137
# GH workflows
38+
.claude
2239
.github
2340
.idea
2441

25-
# Infrastructure
26-
helm
27-
2842
# Output of build-wasm
2943
pkg
3044

31-
# Outputs of build-tests-webrtc
45+
46+
# We do not use Nix to build the Docker images, therefore we can ignore the Nix
47+
# related files
48+
flake.lock
49+
flake.nix
50+
51+
# Environment files
52+
.env
53+
.env.example
54+
55+
# Rust related files
56+
target/
57+
.rustfmt.toml
58+
clippy.toml
59+
taplo.toml
60+
61+
## Outputs of build-tests-webrtc
3262
cargo-build-test.json
33-
tests.tsv
63+
tests.tsv
64+
65+
66+
# The website must not be included
67+
website
68+
69+
# NPM related
70+
node_modules
71+
72+
# Frontend
73+
frontend/.editorconfig
74+
frontend/.gitignore
75+
frontend/.vscode
76+
frontend/dist/frontend
77+
frontend/Dockerfile
78+
frontend/node_modules

0 commit comments

Comments
 (0)