From 9c4931f6749b39ab444236b66e7212c4c08f5d04 Mon Sep 17 00:00:00 2001 From: APB9785 <74077809+APB9785@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:09:34 -0600 Subject: [PATCH] exclude plts from hex package --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8512f1dbb..f6cfde548 100644 --- a/mix.exs +++ b/mix.exs @@ -45,7 +45,8 @@ defmodule Beacon.MixProject do Website: @homepage_url, DockYard: "https://dockyard.com" }, - files: ~w(lib priv .formatter.exs mix.exs CHANGELOG.md LICENSE.md) + files: ~w(lib priv .formatter.exs mix.exs CHANGELOG.md LICENSE.md), + exclude_patterns: ["/priv/plts"] ] end