We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19609a commit d79999dCopy full SHA for d79999d
2 files changed
.dockerignore
@@ -5,3 +5,11 @@ target/
5
*.md
6
!CLAUDE.md
7
node_modules/
8
+tests/
9
+docs/
10
+skills/
11
+scripts/
12
+.github/
13
+deploy/
14
+fuzz/
15
+crates/ironclaw_safety/fuzz/
Dockerfile
@@ -28,7 +28,6 @@ COPY Cargo.toml Cargo.lock ./
28
COPY crates/ crates/
29
COPY build.rs build.rs
30
COPY src/ src/
31
-COPY tests/ tests/
32
COPY migrations/ migrations/
33
COPY registry/ registry/
34
COPY channels-src/ channels-src/
@@ -56,7 +55,6 @@ COPY Cargo.toml Cargo.lock ./
56
55
57
58
59
60
61
62
0 commit comments