From 7a9a37713ad2a41f424b5c722c78d3ff5d22e567 Mon Sep 17 00:00:00 2001 From: jwfing Date: Tue, 9 Jun 2026 13:54:22 -0700 Subject: [PATCH] chore(release): exclude test/ from published archives via .pubignore --- packages/insforge/.pubignore | 3 +++ packages/insforge_flutter/.pubignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 packages/insforge/.pubignore create mode 100644 packages/insforge_flutter/.pubignore diff --git a/packages/insforge/.pubignore b/packages/insforge/.pubignore new file mode 100644 index 0000000..f095e20 --- /dev/null +++ b/packages/insforge/.pubignore @@ -0,0 +1,3 @@ +# Files excluded from the published package archive (not from git). +# Tests aren't needed by consumers and keep the package small. +test/ diff --git a/packages/insforge_flutter/.pubignore b/packages/insforge_flutter/.pubignore new file mode 100644 index 0000000..f095e20 --- /dev/null +++ b/packages/insforge_flutter/.pubignore @@ -0,0 +1,3 @@ +# Files excluded from the published package archive (not from git). +# Tests aren't needed by consumers and keep the package small. +test/