Skip to content

Commit

Permalink
Merge branch 'main' into ryardley-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid authored Nov 29, 2024
2 parents fbc19a7 + 732a58a commit 48dce7e
Show file tree
Hide file tree
Showing 46 changed files with 1,861 additions and 5,340 deletions.
30 changes: 30 additions & 0 deletions packages/ciphernode/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# First ignore everything
*
**/*

# Then allow cargo workspace files
!Cargo.toml
!Cargo.lock

# Allow core crate
!core/
!core/Cargo.toml
!core/src/**/*.rs

# net
!net/
!net/Cargo.toml
!net/src/**/*.rs


# Allow all other workspace members (adjust paths as needed)
!*/Cargo.toml
!*/src/**/*.rs

# Explicitly ignore build artifacts everywhere
**/target/
**/.git/
**/.gitignore
**/.DS_Store
**/tests/tmp/
**/*.log
Loading

0 comments on commit 48dce7e

Please sign in to comment.