Skip to content

Commit

Permalink
exclude_patterns for package bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Mar 27, 2022
1 parent 5ae3a95 commit ce72b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule HumanName.MixProject do
"LICENSE.txt"
],
exclude_patterns: [
"native/human_name_nif/target/"
"native/human_name_nif/target"
]
}
end
Expand Down

0 comments on commit ce72b95

Please sign in to comment.