Skip to content

Commit

Permalink
exclude plts from hex package (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 authored Dec 10, 2024
1 parent 9341f31 commit ef8cefa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef8cefa

Please sign in to comment.