Skip to content

Commit 2024fdf

Browse files
committed
Exclude .local folder from releasing the package.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 6416d8f commit 2024fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ defmodule ElixirScribe.MixProject do
4040
maintainers: ["Paulo Renato (Exadra37)"],
4141
licenses: ["MIT"],
4242
links: %{"GitHub" => @scm_url},
43-
files: ~w(lib priv LICENSE.md mix.exs README.md .formatter.exs)
43+
files: ~w(lib priv LICENSE.md mix.exs README.md .formatter.exs),
44+
exclude_patterns: [".local"]
4445
]
4546
end
4647

0 commit comments

Comments
 (0)