We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416d8f commit 2024fdfCopy full SHA for 2024fdf
mix.exs
@@ -40,7 +40,8 @@ defmodule ElixirScribe.MixProject do
40
maintainers: ["Paulo Renato (Exadra37)"],
41
licenses: ["MIT"],
42
links: %{"GitHub" => @scm_url},
43
- files: ~w(lib priv LICENSE.md mix.exs README.md .formatter.exs)
+ files: ~w(lib priv LICENSE.md mix.exs README.md .formatter.exs),
44
+ exclude_patterns: [".local"]
45
]
46
end
47
0 commit comments