Skip to content

Commit

Permalink
Add exclude patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Dec 13, 2024
1 parent 9029357 commit 7c8d6a1
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 @@ -32,7 +32,8 @@ defmodule ExAws.S3.Mixfile do
links: %{
GitHub: @url,
Changelog: "#{@url}/blob/main/CHANGELOG.md"
}
},
exclude_patterns: [~r/.*~/]
]
end

Expand Down

0 comments on commit 7c8d6a1

Please sign in to comment.