File tree Expand file tree Collapse file tree 1 file changed +52
-7
lines changed Expand file tree Collapse file tree 1 file changed +52
-7
lines changed Original file line number Diff line number Diff line change 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
210Dockerfile
3- Dockerfile_FE
411docker-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+
622cli /bin
723cli /tests
824! cli /bin /snark-worker
@@ -19,15 +35,44 @@ tools/heartbeats-processor/*.db
1935circuit-blobs
2036
2137# GH workflows
38+ .claude
2239.github
2340.idea
2441
25- # Infrastructure
26- helm
27-
2842# Output of build-wasm
2943pkg
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
3262cargo-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
You can’t perform that action at this time.
0 commit comments