Skip to content

Commit 9c5c29e

Browse files
committed
trivial: exclude some crates from workspace, move dockerignore
Signed-off-by: noelwei <[email protected]>
1 parent 1135291 commit 9c5c29e

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Dockerfile.backup
1111

1212
docs
1313

14-
*.yml
15-
16-
*.sh
17-
!build-guest-actions-entrypoint.sh
18-
19-
*.md
20-
2114
openvm-clippy
2215

2316
target

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ members = [
1111
"zkvm-prover/integration",
1212
"zkvm-prover/bin",
1313
]
14+
exclude = [
15+
"common/libzkp/impl",
16+
"prover"
17+
]
1418

1519
resolver = "2"
1620

zkvm-prover/openvm-clippy.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)