diff --git a/.dockerignore b/.dockerignore index 4f7b58253..f54659b9e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,24 @@ -target/ +# MISC +.gitignore +ARCHITECTURE.md +CHANGELOG.md +CLAUDE.md +README.md +status.md + +# Docker related Dockerfile -Dockerfile_FE docker-compose.yml +docker-compose.block-producer.yml +docker-compose.archive.devnet.compare.yml +docker-compose.archive.devnet.yml +docker-compose.archive.local.producers.yml +docker/ +run-debugger-ocaml-node.yaml +run.yaml + .dockerignore + cli/bin cli/tests !cli/bin/snark-worker @@ -19,15 +35,44 @@ tools/heartbeats-processor/*.db circuit-blobs # GH workflows +.claude .github .idea -# Infrastructure -helm - # Output of build-wasm pkg -# Outputs of build-tests-webrtc + +# We do not use Nix to build the Docker images, therefore we can ignore the Nix +# related files +flake.lock +flake.nix + +# Environment files +.env +.env.example + +# Rust related files +target/ +.rustfmt.toml +clippy.toml +taplo.toml + +## Outputs of build-tests-webrtc cargo-build-test.json -tests.tsv \ No newline at end of file +tests.tsv + + +# The website must not be included +website + +# NPM related +node_modules + +# Frontend +frontend/.editorconfig +frontend/.gitignore +frontend/.vscode +frontend/dist/frontend +frontend/Dockerfile +frontend/node_modules