From e1798cb8c0c126eb6b0d6430dfa3e7257580c413 Mon Sep 17 00:00:00 2001 From: Alex Good Date: Thu, 28 Nov 2024 10:33:47 +0000 Subject: [PATCH] Don't include the interop-test-server dependencies in crate package. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e3c1a30..d1b583e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ license = "MIT" authors = ["Alex Good ", "Gregory Terzian"] repository = "https://github.com/automerge/automerge-repo-rs" description = "A rust implementation of automerge-repo" +# For some reason the .gitignore in the interop-test-server directory is ignored +exclude = ["interop-test-server/node_modules", "interop-test-server/server.js"] [[example]] name = "tcp-example"