diff --git a/src/amoc.app.src b/src/amoc.app.src index 12f57f4f..e1123201 100644 --- a/src/amoc.app.src +++ b/src/amoc.app.src @@ -11,5 +11,6 @@ {mod, {amoc_app, []}}, {env, []}, {licenses, ["Apache-2.0"]}, - {links, [{"GitHub", "https://github.com/esl/amoc"}]} + {links, [{"GitHub", "https://github.com/esl/amoc"}]}, + {exclude_paths, ["priv/"]} ]}.